Skip to content

Commit 0263f6e

Browse files
committed
Move to utils
1 parent e73078d commit 0263f6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cuda_core/docs/source/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ Utility functions
287287
.. autosummary::
288288
:toctree: generated/
289289

290-
args_viewable_as_strided_memory
290+
cuda.core.utils.args_viewable_as_strided_memory
291291

292292
:template: autosummary/cyclass.rst
293293

294-
StridedMemoryView
294+
cuda.core.utils.StridedMemoryView

cuda_core/examples/tma_tensor_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
LaunchConfig,
3838
Program,
3939
ProgramOptions,
40-
StridedMemoryView,
4140
launch,
4241
)
42+
from cuda.core.utils import StridedMemoryView
4343
from cuda.pathfinder import get_cuda_path_or_home
4444

4545
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)