Skip to content

Commit a66c0d0

Browse files
authored
fix merge conflict resolution
1 parent 84ff2ec commit a66c0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,4 +1025,4 @@ def test_torch_tensor_bridge_dtypes(init_cuda, dtype):
10251025
a = torch.tensor([1, 0, 1], dtype=torch_dtype, device="cuda")
10261026
smv = StridedMemoryView.from_any_interface(a, stream_ptr=0)
10271027
assert smv.dtype.itemsize == a.element_size()
1028-
assert smv.ptr == a.data_ptr()
1028+
assert smv.ptr == a.data_ptr()

0 commit comments

Comments
 (0)