Skip to content

Commit c953df9

Browse files
authored
int4 gemm accurate baselines (#1010)
1 parent 5b126e4 commit c953df9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benchmarks/run.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,11 @@ class RunResult:
477477
"helion_gather_gemv_tritonbench-accuracy": "helion_accuracy",
478478
},
479479
"int4_gemm": {
480-
"eager_int4_gemm": "baseline",
481-
"triton_int4_gemm-speedup": "triton_speedup",
482-
"triton_int4_gemm-accuracy": "triton_accuracy",
483-
"torch_compile_int4_gemm-speedup": "torch_compile_speedup",
484-
"torch_compile_int4_gemm-accuracy": "torch_compile_accuracy",
480+
"preprocessed_eager_int4_gemm": "baseline",
481+
"preprocessed_triton_int4_gemm-speedup": "triton_speedup",
482+
"preprocessed_triton_int4_gemm-accuracy": "triton_accuracy",
483+
"preprocessed_torch_compile_int4_gemm-speedup": "torch_compile_speedup",
484+
"preprocessed_torch_compile_int4_gemm-accuracy": "torch_compile_accuracy",
485485
"helion_int4_gemm_tritonbench-speedup": "helion_speedup",
486486
"helion_int4_gemm_tritonbench-accuracy": "helion_accuracy",
487487
},

0 commit comments

Comments
 (0)