There was an error while loading. Please reload this page.
1 parent b448d2f commit 9c7f19dCopy full SHA for 9c7f19d
1 file changed
cuda_core/tests/test_event.py
@@ -222,6 +222,7 @@ def test_event_ipc_descriptor_non_ipc(init_cuda):
222
_ = event.ipc_descriptor
223
224
225
+@pytest.mark.skipif(Device().compute_capability.major < 7, reason="__nanosleep is only available starting Volta (sm70)")
226
def test_event_is_done_false(init_cuda):
227
"""Event.is_done returns False when captured work has not yet completed."""
228
device = Device()
0 commit comments