Skip to content

Commit 3c95b8a

Browse files
committed
docs(core.utils): publish ProgramCacheResource and persistent backends
Add the new cache ABC, the two concrete backends, and the key helper to the cuda.core.utils API reference. Part of issue #178.
1 parent ae8f470 commit 3c95b8a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cuda_core/docs/source/api.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,18 @@ Utility functions
271271
:toctree: generated/
272272

273273
args_viewable_as_strided_memory
274+
make_program_cache_key
274275

275276
:template: autosummary/cyclass.rst
276277

277278
StridedMemoryView
279+
280+
Program caches
281+
--------------
282+
283+
.. autosummary::
284+
:toctree: generated/
285+
286+
ProgramCacheResource
287+
SQLiteProgramCache
288+
FileStreamProgramCache

0 commit comments

Comments
 (0)