We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af417c8 commit 46af80dCopy full SHA for 46af80d
cuda_core/tests/test_memory.py
@@ -28,7 +28,7 @@
28
from cuda.core.experimental._utils.cuda_utils import handle_return
29
from cuda.core.experimental.utils import StridedMemoryView
30
31
-from cuda_python_test_helpers import supports_ipc_mempool, IS_WSL
+from cuda_python_test_helpers import IS_WSL, supports_ipc_mempool
32
33
POOL_SIZE = 2097152 # 2MB size
34
0 commit comments