Skip to content

Commit d152a59

Browse files
authored
Extend triton_mm auto-tune options for HIM shapes
Differential Revision: D82687336 Pull Request resolved: meta-pytorch#447
1 parent a0c6d82 commit d152a59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tritonbench/operators/fp8_gemm_rowwise/aoti_fp8_triton_mm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
num_stages=5,
114114
num_warps=8,
115115
),
116+
Config(
117+
{"BLOCK_M": 128, "BLOCK_N": 128, "BLOCK_K": 128},
118+
num_stages=4,
119+
num_warps=8,
120+
),
116121
],
117122
key=["M", "N", "K"],
118123
)

0 commit comments

Comments
 (0)