Skip to content

Commit 8fec7fd

Browse files
crusaderkyev-br
andauthored
Update tests/test_cupy.py
Co-authored-by: Evgeni Burovski <[email protected]>
1 parent ad5962a commit 8fec7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_to_device_with_stream():
1212
Stream(non_blocking=True),
1313
Stream(null=True),
1414
Stream(ptds=True),
15-
123, # lapack stream
15+
123, # dlpack stream
1616
]
1717

1818
a = xp.asarray([1, 2, 3])

0 commit comments

Comments
 (0)