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 675c41f commit 5abd6e3Copy full SHA for 5abd6e3
cuda_core/tests/test_event.py
@@ -120,6 +120,7 @@ def test_error_timing_recorded():
120
121
122
# TODO: improve this once path finder can find headers
123
+@skipif_compute_sanitizer_is_running
124
@pytest.mark.skipif(os.environ.get("CUDA_PATH") is None, reason="need libcu++ header")
125
@pytest.mark.skipif(tuple(int(i) for i in np.__version__.split(".")[:2]) < (2, 1), reason="need numpy 2.1.0+")
126
def test_error_timing_incomplete():
0 commit comments