Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable caching of kernels in the numba_dpex.experimental.dispatcher.KernelDispatcher class. #1197

Open
Tracked by #1120
diptorupd opened this issue Nov 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@diptorupd
Copy link
Contributor

diptorupd commented Nov 2, 2023

The new numba_dpex.experimental.dispatcher.KernelDispatcher does 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

@diptorupd diptorupd changed the title Enable specialization of kernels in the numba_dpex.experimental.dispatcher.KernelDispatcher class. Enable caching of kernels in the numba_dpex.experimental.dispatcher.KernelDispatcher class. Nov 2, 2023
@diptorupd diptorupd added the enhancement New feature or request label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant