Skip to content

Commit f30c544

Browse files
committed
Add "For Python <=3.10" to the comment.
1 parent c340ad4 commit f30c544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/test_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_timing(init_cuda, enable_timing):
3939
# to stress-test the CUDA driver or time.sleep().
4040
delay_ms = delay_seconds * 1000
4141
if os.name == "nt": # noqa: SIM108
42-
# Windows timer resolution is typically limited to 15.6 ms by default.
42+
# For Python <=3.10, the Windows timer resolution is typically limited to 15.6 ms by default.
4343
generous_tolerance = 100
4444
else:
4545
# Most modern Linux kernels have a default timer resolution of 1 ms.

0 commit comments

Comments
 (0)