Skip to content

Commit 0513b0c

Browse files
authored
lower green test_gemm_8192 tflops to 125 [pr] (tinygrad#8820)
flaky
1 parent f0924e0 commit 0513b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/external/speed_v_theoretical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_conv_3x3_256_32_32_256_256(self): self._test_conv_3x3(256, 32, 32, 256,
9191

9292
# theoretical is nv_tflops=165, amd_tflops=123
9393
def test_gemm_4096(self): self._test_matmul(4096, nv_tflops=115, amd_tflops=80)
94-
def test_gemm_8192(self): self._test_matmul(8192, nv_tflops=130, amd_tflops=73)
94+
def test_gemm_8192(self): self._test_matmul(8192, nv_tflops=125, amd_tflops=73)
9595

9696
# theoretical is nv_gbs=1008, amd_gbs=960
9797
def test_gemv_16384_4096(self): self._test_matmul(16384, 4096, 1, nv_gbs=840, amd_gbs=750)

0 commit comments

Comments
 (0)