We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to have a more robust function/kernel caching mechanism. An example could be something like that has been implemented in numba.
numba
https://numba.readthedocs.io/en/stable/developer/caching.html
https://github.com/numba/numba/blob/main/numba/core/caching.py
However the numba implementation uses files to save compiled (pickled) kernels. Here are some ideas:
The caching will be used here:
https://github.com/IntelPython/numba-dpex/blob/main/numba_dpex/compiler.py
The text was updated successfully, but these errors were encountered:
chudur-budur
Successfully merging a pull request may close this issue.
We need to have a more robust function/kernel caching mechanism. An example could be something like that has been implemented in
numba
.https://numba.readthedocs.io/en/stable/developer/caching.html
https://github.com/numba/numba/blob/main/numba/core/caching.py
However the
numba
implementation uses files to save compiled (pickled) kernels. Here are some ideas:The caching will be used here:
https://github.com/IntelPython/numba-dpex/blob/main/numba_dpex/compiler.py
The text was updated successfully, but these errors were encountered: