Skip to content

Commit

Permalink
skip test_failure_39 in CI (tinygrad#5660)
Browse files Browse the repository at this point in the history
took more than 2 minutes in ci metal, it's basically the same as test_failure_37 but 20X bigger
  • Loading branch information
chenyuxyz authored Jul 23, 2024
1 parent fdc72ba commit 01fe00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_linearizer_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def test_failure_38(self):
for axis in [0,1,3,4]:
opts = [Opt(op=OptOps.TC, axis=axis, amt=2)]
helper_test_lin(Kernel(ast), opts=opts, failed_platforms=[])
@unittest.skipIf(CI, "very slow, similar to test_failure_37")
def test_failure_39(self):
# beautiful mnist kernel number 127: 6 possible TC axis_choices (3 for axis_buf1 and 2 reduce) and all fail
# fuzz: PYTHONPATH=. METAL=1 FUZZ_ALL_ACTIONS=1 DEPTH=1 FUZZ_NTH=127 DEBUG=2 python3 ./test/external/fuzz_linearizer.py --logfile /tmp/beautiful_mnist.kernels.txt
Expand Down

0 comments on commit 01fe00e

Please sign in to comment.