mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
hotfix: increase time on flaky NV test
This commit is contained in:
@@ -231,7 +231,7 @@ class TestHCQ(unittest.TestCase):
|
||||
et = TestHCQ.d0._gpu2cpu_time(sig_en.timestamp, True) - TestHCQ.d0._gpu2cpu_time(sig_st.timestamp, True)
|
||||
|
||||
print(f"exec kernel time: {et:.2f} us")
|
||||
assert 1 <= et <= (2000 if CI else 20)
|
||||
assert 1 <= et <= (2500 if CI else 20)
|
||||
|
||||
def test_speed_copy_bandwidth(self):
|
||||
TestHCQ.d0._prof_setup()
|
||||
|
||||
Reference in New Issue
Block a user