Skip to content

Add cuda.core.utils.PersistentProgramCache #178

@leofang

Description

@leofang

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!cuda.coreEverything related to the cuda.core modulefeatureNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions