brainpy.math.clear_taichi_aot_caches

brainpy.math.clear_taichi_aot_caches#

brainpy.math.clear_taichi_aot_caches(kernels=None)[source]#

Clean the cache of the AOT compiled kernels.

Parameters:

kernels (str or list of str) – The name of the kernel to be cleaned. If None, all the kernels will be cleaned.