Merge commit '86d542f663201d7923c56cd8e31d46e01c4dcfcf' into develop

This commit is contained in:
assistant-librarian[bot]
2025-10-24 20:13:08 +00:00
parent e7707c32d1
commit 4494721174
2 changed files with 55 additions and 12 deletions

View File

@@ -472,6 +472,8 @@ struct GemmPipelineAgBgCrCompAsync : public BaseGemmPipelineAgBgCrCompAsync<Prob
block_gemm(c_block_tile, a_block_tile0, b_block_tile0);
}
{
// write to LDS window(0) must complete before the local prefetch
block_sync_lds_direct_load();
// read A(num_loop), B(num_loop) from LDS window(0) to pipeline registers(0)
Base::LocalPrefetch(a_block_tile0, a_lds_ld_window0, is_a_load_tr_v);
Base::LocalPrefetch(b_block_tile0, b_lds_ld_window0, is_b_load_tr_v);