From 0715f2b6761b0f975297d7cd32e4254c412a3313 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sat, 15 Oct 2022 11:10:46 +0300 Subject: [PATCH] bump invoker cache version --- pyopencl/invoker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/invoker.py b/pyopencl/invoker.py index 2f19bb84d..4fa8748a3 100644 --- a/pyopencl/invoker.py +++ b/pyopencl/invoker.py @@ -372,7 +372,7 @@ def _check_arg_size(function_name, num_cl_args, arg_types, devs): invoker_cache = WriteOncePersistentDict( - "pyopencl-invoker-cache-v41", + "pyopencl-invoker-cache-v42", key_builder=_NumpyTypesKeyBuilder())