Skip to content

Commit 506b912

Browse files
committed
Fix import path in test_memory_peer_access.py
Update import from cuda.core.experimental._utils.cuda_utils to cuda.core._utils.cuda_utils to match the new module structure.
1 parent 6718a70 commit 506b912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/test_memory_peer_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import cuda.core.experimental
55
import pytest
6+
from cuda.core._utils.cuda_utils import CUDAError
67
from cuda.core.experimental import Device, DeviceMemoryResource
7-
from cuda.core.experimental._utils.cuda_utils import CUDAError
88
from helpers.buffers import PatternGen, compare_buffer_to_constant, make_scratch_buffer
99

1010
NBYTES = 1024

0 commit comments

Comments
 (0)