We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f49d3 commit a33486dCopy full SHA for a33486d
1 file changed
cuda_bindings/tests/test_cuda.py
@@ -994,6 +994,10 @@ def test_cuFuncGetName_failure():
994
assert name is None
995
996
997
+@pytest.mark.skipif(
998
+ driverVersionLessThan(12080) or not supportsCudaAPI("cuCheckpointProcessGetState"),
999
+ reason="When API was introduced",
1000
+)
1001
def test_cuCheckpointProcessGetState_failure():
1002
err, state = cuda.cuCheckpointProcessGetState(123434)
1003
assert err != cuda.CUresult.CUDA_SUCCESS
0 commit comments