Skip to content

Commit 308b043

Browse files
authored
[autows] set subtile_p to be false by default (#656)
1 parent 7b6982c commit 308b043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tritonbench/kernels/blackwell_triton_fused_attention_dp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def make_tile_config(BM, BN, occ, subtile, subtile_p, vectmul, add2reduce):
305305
for BN in [64, 128]
306306
for occ in [1, 2]
307307
for subtile in [True]
308-
for subtile_p in [True]
308+
for subtile_p in [False]
309309
for vectmul in [0]
310310
for add2reduce in [False]
311311
]
@@ -347,7 +347,7 @@ def make_standard_config(
347347
for s in NUM_STAGES_OPTIONS
348348
for w in [4]
349349
for subtile in [True]
350-
for subtile_p in [True]
350+
for subtile_p in [False]
351351
for vectmul in [1]
352352
for add2reduce in [False]
353353
for maxreg in [152, 192]

0 commit comments

Comments
 (0)