Skip to content

Commit

Permalink
bump invoker cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Oct 17, 2022
1 parent 2914674 commit 0715f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyopencl/invoker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())


Expand Down

0 comments on commit 0715f2b

Please sign in to comment.