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 7188b5f commit f370fa5Copy full SHA for f370fa5
benchmarks/run.py
@@ -545,8 +545,8 @@ class RunResult:
545
},
546
"gemm": {
547
"aten_matmul": "baseline",
548
- "triton_tma_persistent_matmul-speedup": "triton_speedup",
549
- "triton_tma_persistent_matmul-accuracy": "triton_accuracy",
+ "triton_tutorial_matmul-speedup": "triton_speedup",
+ "triton_tutorial_matmul-accuracy": "triton_accuracy",
550
"pt2_triton_matmul-speedup": "torch_compile_speedup",
551
"pt2_triton_matmul-accuracy": "torch_compile_accuracy",
552
"helion_matmul_tritonbench-speedup": "helion_speedup",
0 commit comments