Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cuda_core/tests/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def test_event_ipc_descriptor_non_ipc(init_cuda):
_ = event.ipc_descriptor


@pytest.mark.skipif(Device().compute_capability.major < 7, reason="__nanosleep is only available starting Volta (sm70)")
def test_event_is_done_false(init_cuda):
"""Event.is_done returns False when captured work has not yet completed."""
device = Device()
Expand Down
Loading