We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5330398 commit 1967e6dCopy full SHA for 1967e6d
1 file changed
cuda_core/docs/source/api.rst
@@ -256,6 +256,11 @@ Utility functions
256
Program caches
257
--------------
258
259
+``Program.compile`` accepts a ``cache=`` keyword argument that integrates
260
+with any :class:`~cuda.core.utils.ProgramCacheResource`, so callers can
261
+avoid recompiling identical source + options + target without writing the
262
+:func:`~cuda.core.utils.make_program_cache_key` lookup by hand.
263
+
264
.. autosummary::
265
:toctree: generated/
266
0 commit comments