mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 17:19:12 +00:00
remove o_acc4 lds
This commit is contained in:
@@ -87,7 +87,7 @@ struct BlockFmhaFwdSplitKVCombinePipelineDefaultPolicy
|
||||
template <typename Problem>
|
||||
CK_TILE_HOST_DEVICE static constexpr ck_tile::index_t GetSmemSize()
|
||||
{
|
||||
return GetSmemSizeLSEacc<Problem>() + GetSmemSizeOacc4<Problem>();
|
||||
return GetSmemSizeLSEacc<Problem>();
|
||||
}
|
||||
|
||||
// shape=[kMaxSplits, kM0]
|
||||
|
||||
Reference in New Issue
Block a user