mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 11:16:59 +00:00
change condition
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 && kargs.seqlen_q == 1)
|
||||
if(kargs.seqlen_q <= i_m0 || kargs.seqlen_q == 1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user