From 0caa515eec26f1ea12e3e6f51291e836e1b41174 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 0e5d0afbf..b5dc5b0ba 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())