Skip to content

Commit 649eaa8

Browse files
authored
[Benchmark CI] Use regular matmul instead of split-k (#884)
1 parent f6d3f59 commit 649eaa8

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
@@ -536,8 +536,8 @@ class RunResult:
536536
"triton_gemm-accuracy": "triton_accuracy",
537537
"torch_compile_gemm-speedup": "torch_compile_speedup",
538538
"torch_compile_gemm-accuracy": "torch_compile_accuracy",
539-
"helion_matmul_split_k_tritonbench-speedup": "helion_speedup",
540-
"helion_matmul_split_k_tritonbench-accuracy": "helion_accuracy",
539+
"helion_matmul_tritonbench-speedup": "helion_speedup",
540+
"helion_matmul_tritonbench-accuracy": "helion_accuracy",
541541
},
542542
"fp8_gemm": {
543543
"torch_fp8_gemm": "baseline",

0 commit comments

Comments
 (0)