We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a4207 commit bd9210bCopy full SHA for bd9210b
1 file changed
cuda_core/tests/test_tensor_map.py
@@ -12,7 +12,6 @@
12
system,
13
)
14
from cuda.core._dlpack import DLDeviceType
15
-from cuda.core.utils import StridedMemoryView
16
from cuda.core._tensor_map import (
17
TensorMapDataType,
18
TensorMapDescriptorOptions,
@@ -23,6 +22,7 @@
23
22
TensorMapSwizzle,
24
_require_view_device,
25
+from cuda.core.utils import StridedMemoryView
26
27
28
@pytest.fixture
0 commit comments