We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d3f59 commit 649eaa8Copy full SHA for 649eaa8
benchmarks/run.py
@@ -536,8 +536,8 @@ class RunResult:
536
"triton_gemm-accuracy": "triton_accuracy",
537
"torch_compile_gemm-speedup": "torch_compile_speedup",
538
"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",
+ "helion_matmul_tritonbench-speedup": "helion_speedup",
+ "helion_matmul_tritonbench-accuracy": "helion_accuracy",
541
},
542
"fp8_gemm": {
543
"torch_fp8_gemm": "baseline",
0 commit comments