Skip to content

Commit dcbf2f5

Browse files
committed
More realistic minimum version
1 parent 8a9941a commit dcbf2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/tests/test_cudart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,4 +1405,4 @@ def test_struct_pointer_comparison(target):
14051405
def test_getLocalRuntimeVersion():
14061406
err, version = cudart.getLocalRuntimeVersion()
14071407
assertSuccess(err)
1408-
assert version >= 10000 # CUDA 10.0
1408+
assert version >= 12000 # CUDA 12.0

0 commit comments

Comments
 (0)