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

add JIT cache on disk #193

Merged
merged 24 commits into from
Oct 18, 2023
Merged

add JIT cache on disk #193

merged 24 commits into from
Oct 18, 2023

Conversation

StRigaud
Copy link
Member

@StRigaud StRigaud commented Oct 6, 2023

update cache system to save opencl (.bin) or cuda (.ptx) kernel on disk.
Kernel, if already existing, are now loaded from disk instead of compiled.
Cache folder is create as hidden folder '.cle' at the HOME directory of the system

@StRigaud StRigaud self-assigned this Oct 6, 2023
@StRigaud StRigaud added request New feature or request Backend labels Oct 6, 2023
@StRigaud StRigaud linked an issue Oct 16, 2023 that may be closed by this pull request
@StRigaud StRigaud merged commit 88b4dd1 into master Oct 18, 2023
5 checks passed
@StRigaud StRigaud deleted the add-JIT-cache branch November 16, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JIT-cache per cle instance VS JIT-cache on disk
1 participant