mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-02 21:27:45 +00:00
Update fmha_fwd.py
This commit is contained in:
@@ -251,7 +251,7 @@ class FmhaFwdApiTrait:
|
||||
else: assert False
|
||||
|
||||
@property
|
||||
def seqtune(self) -> str:
|
||||
def seqtune(self, max_bm0 : int) -> str:
|
||||
if self.bm0 in [128, 64]: return 'true/*fall back to largest tile*/' # group mode only generate spad/skpad == true
|
||||
else:
|
||||
return f'a.seqlen_q <= {self.bm0}'
|
||||
|
||||
Reference in New Issue
Block a user