mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 00:58:44 +00:00
resolve merge conflicts with dev
This commit is contained in:
@@ -258,7 +258,7 @@ struct BQuantGemmPipelineAgBgCrCompV3 : public BaseGemmPipelineAgBgCrCompV3<Prob
|
||||
(PreshuffleQuant) ? make_array(0, ck_tile::integer_least_multiple(n, NPerBlock) /
|
||||
BlockGemmShape::WarpTile::at(number<1>{}))
|
||||
: is_bq_col_major ? make_array(0, KPerBlockBQ)
|
||||
: make_array(KPerBlockBQ, 0)
|
||||
: make_array(KPerBlockBQ, 0);
|
||||
|
||||
// DRAM prefetch (global read 0)
|
||||
Base::GlobalPrefetch(a_block_tile, a_copy_dram_window, a_dram_tile_window_step);
|
||||
|
||||
Reference in New Issue
Block a user