We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be34ebe commit 5da54bbCopy full SHA for 5da54bb
1 file changed
cuda_bindings/tests/test_cudart.py
@@ -1405,4 +1405,4 @@ def test_struct_pointer_comparison(target):
1405
def test_getLocalRuntimeVersion():
1406
err, version = cudart.getLocalRuntimeVersion()
1407
assertSuccess(err)
1408
- assert version >= 10000 # CUDA 10.0
+ assert version >= 12000 # CUDA 12.0
0 commit comments