File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments