mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-15 11:34:54 +00:00
bypass seqlen == 1
This commit is contained in:
@@ -1055,7 +1055,7 @@ struct FmhaFwdKernel
|
||||
|
||||
// # of required blocks is different in each groups, terminate unnecessary blocks
|
||||
// earlier
|
||||
if(kargs.seqlen_q <= i_m0)
|
||||
if(kargs.seqlen_q <= i_m0, kargs.seqlen_q == 1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user