mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
Use two work-groups per compute-unit for scheduling the kernel
This commit is contained in:
@@ -91,7 +91,7 @@ struct HstuAttentionFwdPipelineQRKSVS
|
||||
if constexpr(kHasBias)
|
||||
return 2;
|
||||
else
|
||||
return 3;
|
||||
return 2;
|
||||
}
|
||||
else if constexpr(kQKHeaddim == 256)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user