We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73078d commit 0263f6eCopy full SHA for 0263f6e
2 files changed
cuda_core/docs/source/api.rst
@@ -287,8 +287,8 @@ Utility functions
287
.. autosummary::
288
:toctree: generated/
289
290
- args_viewable_as_strided_memory
+ cuda.core.utils.args_viewable_as_strided_memory
291
292
:template: autosummary/cyclass.rst
293
294
- StridedMemoryView
+ cuda.core.utils.StridedMemoryView
cuda_core/examples/tma_tensor_map.py
@@ -37,9 +37,9 @@
37
LaunchConfig,
38
Program,
39
ProgramOptions,
40
- StridedMemoryView,
41
launch,
42
)
+from cuda.core.utils import StridedMemoryView
43
from cuda.pathfinder import get_cuda_path_or_home
44
45
# ---------------------------------------------------------------------------
0 commit comments