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 cuda.core.utils.PersistentProgramCache #178

Open
leofang opened this issue Oct 17, 2024 · 0 comments
Open

Add cuda.core.utils.PersistentProgramCache #178

leofang opened this issue Oct 17, 2024 · 0 comments
Labels
cuda.core Everything related to the cuda.core module feature New feature or request P0 High priority - Must do! triage Needs the team's attention

Comments

@leofang
Copy link
Member

leofang commented Oct 17, 2024

Two kinds of on-disk caches:

  • one for sqlite3 based (suitable for single processes)
  • one for file-stream based (suitable for concurrent processes, thanks to atomic I/O)

It is unclear to me (yet) if they can be easily combined under the same class PersistentProgramCache. We'll need some research.

@leofang leofang added cuda.core Everything related to the cuda.core module feature New feature or request P1 Medium priority - Should do labels Oct 17, 2024
@leofang leofang added this to the cuda.core beta 2 milestone Oct 17, 2024
@leofang leofang added the triage Needs the team's attention label Dec 4, 2024
@leofang leofang added P0 High priority - Must do! and removed P1 Medium priority - Should do labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module feature New feature or request P0 High priority - Must do! triage Needs the team's attention
Projects
None yet
Development

No branches or pull requests

1 participant