mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
Merge commit '5d67d82a0bb6dbf5f82f3b4ba2e9188eb838b927' into develop
This commit is contained in:
@@ -23,7 +23,8 @@ struct BaseGemmPipelineAgBgCrCompV4
|
||||
|
||||
CK_TILE_HOST_DEVICE static constexpr bool BlockHasHotloop(index_t num_loop)
|
||||
{
|
||||
return num_loop > PrefetchStages;
|
||||
constexpr index_t HotLoopGlobalReads = 2;
|
||||
return num_loop >= (HotLoopGlobalReads + PrefetchStages);
|
||||
}
|
||||
|
||||
CK_TILE_HOST_DEVICE static constexpr TailNumber GetBlockLoopTailNum(index_t num_loop)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user