There was an error while loading. Please reload this page.
1 parent 7f000b8 commit 7d33149Copy full SHA for 7d33149
1 file changed
cuda_core/tests/test_event.py
@@ -119,6 +119,7 @@ def test_error_timing_recorded():
119
120
121
@pytest.mark.skipif(Device().compute_capability.major < 7, reason="__nanosleep is only available starting Volta (sm70)")
122
+@pytest.mark.parallel_threads_limit(8) # Very many threads may cause latch to time out
123
def test_error_timing_incomplete():
124
device = Device()
125
device.set_current()
0 commit comments