From 56d9ab3df9d6ae3cb41093e61d0cd6a267ccc172 Mon Sep 17 00:00:00 2001 From: Will Feng Date: Fri, 10 Oct 2025 14:24:46 -0400 Subject: [PATCH] [Benchmark CI] Use regular matmul instead of split-k --- benchmarks/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/run.py b/benchmarks/run.py index bcbe0461f..4610e38e7 100644 --- a/benchmarks/run.py +++ b/benchmarks/run.py @@ -536,8 +536,8 @@ class RunResult: "triton_gemm-accuracy": "triton_accuracy", "torch_compile_gemm-speedup": "torch_compile_speedup", "torch_compile_gemm-accuracy": "torch_compile_accuracy", - "helion_matmul_split_k_tritonbench-speedup": "helion_speedup", - "helion_matmul_split_k_tritonbench-accuracy": "helion_accuracy", + "helion_matmul_tritonbench-speedup": "helion_speedup", + "helion_matmul_tritonbench-accuracy": "helion_accuracy", }, "fp8_gemm": { "torch_fp8_gemm": "baseline",