Skip to content

Commit ee1c06b

Browse files
committed
bump invoker cache version
1 parent 4cf4d70 commit ee1c06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyopencl/invoker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def _check_arg_size(function_name, num_cl_args, arg_types, devs):
372372

373373

374374
invoker_cache = WriteOncePersistentDict(
375-
"pyopencl-invoker-cache-v41",
375+
"pyopencl-invoker-cache-v42",
376376
key_builder=_NumpyTypesKeyBuilder())
377377

378378

0 commit comments

Comments
 (0)