Skip to content

Commit 4342300

Browse files
authored
lower test_gemm_8192 amd to 70 (tinygrad#9277)
flaky
1 parent c4c29c8 commit 4342300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/external/speed_v_theoretical.py

Lines changed: 1 addition & 1 deletion
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=125, amd_tflops=73)
94+
def test_gemm_8192(self): self._test_matmul(8192, nv_tflops=125, amd_tflops=70)
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)