Skip to content

Commit f370fa5

Browse files
authored
[Benchmark CI] Use triton_tutorial_matmul for triton matmul baseline (#911)
1 parent 7188b5f commit f370fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ class RunResult:
545545
},
546546
"gemm": {
547547
"aten_matmul": "baseline",
548-
"triton_tma_persistent_matmul-speedup": "triton_speedup",
549-
"triton_tma_persistent_matmul-accuracy": "triton_accuracy",
548+
"triton_tutorial_matmul-speedup": "triton_speedup",
549+
"triton_tutorial_matmul-accuracy": "triton_accuracy",
550550
"pt2_triton_matmul-speedup": "torch_compile_speedup",
551551
"pt2_triton_matmul-accuracy": "torch_compile_accuracy",
552552
"helion_matmul_tritonbench-speedup": "helion_speedup",

0 commit comments

Comments
 (0)