-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or requesttriageNeeds the team's attentionNeeds the team's attention