This repository was archived by the owner on Jul 13, 2026. It is now read-only.
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
numba_dpex.experimental.dispatcher.KernelDispatcher class. #1197
The new
numba_dpex.experimental.dispatcher.KernelDispatcherdoes not support caching of compiled SPIR-V kernels. The feature should be enabled to use the existing Numba machinery.References:
[1] https://numba.readthedocs.io/en/stable/cuda/caching.html
[2] https://numba.readthedocs.io/en/stable/developer/caching.html