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 c340ad4 commit f30c544Copy full SHA for f30c544
cuda_core/tests/test_event.py
@@ -39,7 +39,7 @@ def test_timing(init_cuda, enable_timing):
39
# to stress-test the CUDA driver or time.sleep().
40
delay_ms = delay_seconds * 1000
41
if os.name == "nt": # noqa: SIM108
42
- # Windows timer resolution is typically limited to 15.6 ms by default.
+ # For Python <=3.10, the Windows timer resolution is typically limited to 15.6 ms by default.
43
generous_tolerance = 100
44
else:
45
# Most modern Linux kernels have a default timer resolution of 1 ms.
0 commit comments