Skip to content

Commit 7e97913

Browse files
committed
repri kernels
1 parent 736f530 commit 7e97913

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

benchmarks/run.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,28 @@
6161
# "examples.jagged_mean",
6262
# "jagged_mean_tritonbench",
6363
# ),
64+
# Multiple kernel mappings: (<tritonbench_module_path>, [(<helion_module>, <helion_func>), ...])
65+
"gemm": (
66+
"tritonbench.operators.gemm.operator",
67+
[
68+
("examples.matmul", "matmul"),
69+
("examples.matmul_split_k", "matmul_split_k"),
70+
],
71+
),
6472
"flash_attention": (
6573
"tritonbench.operators.flash_attention.operator",
6674
"examples.attention",
6775
"attention",
6876
),
69-
"fp8_attention": (
70-
"tritonbench.operators.fp8_attention.operator",
71-
"examples.fp8_attention",
72-
"fp8_attention_tritonbench",
73-
),
7477
"fp8_gemm": (
7578
"tritonbench.operators.fp8_gemm.fp8_gemm",
7679
"examples.fp8_gemm",
7780
"fp8_gemm_tritonbench",
7881
),
79-
# Multiple kernel mappings: (<tritonbench_module_path>, [(<helion_module>, <helion_func>), ...])
80-
"gemm": (
81-
"tritonbench.operators.gemm.operator",
82-
[
83-
("examples.matmul", "matmul"),
84-
("examples.matmul_split_k", "matmul_split_k"),
85-
],
82+
"fp8_attention": (
83+
"tritonbench.operators.fp8_attention.operator",
84+
"examples.fp8_attention",
85+
"fp8_attention_tritonbench",
8686
),
8787
}
8888

0 commit comments

Comments
 (0)