We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_stream_event_nogil
1 parent 215f856 commit b90698fCopy full SHA for b90698f
test/test_cuda_multigpu.py
@@ -815,8 +815,8 @@ def test_stream_event_nogil(self):
815
# it may vary on different hardware in different environments.
816
# Therefore, this test uses relative comparisons, checking if the
817
# sum of parent and child threads execution time is greater than the
818
- # real execution time by least 40%.
819
- self.assertGreater(parent_time + child_time, total_time * 1.4)
+ # real execution time by least 30%.
+ self.assertGreater(parent_time + child_time, total_time * 1.3)
820
821
# This test is flaky for ROCm, see issue #62602
822
@skipIfRocm
0 commit comments