diff --git a/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_async.hpp b/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_async.hpp index 8a0ec47934..6cad68b58d 100644 --- a/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_async.hpp +++ b/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_async.hpp @@ -236,14 +236,6 @@ struct GemmPipelineAgBgCrCompAsync : public BaseGemmPipelineAgBgCrCompAsync()); - // A register tile for global load - // constexpr auto ABlockTileDistr = a_copy_dram_window.get_tile_distribution(); - // constexpr auto BBlockTileDistr = b_copy_dram_window.get_tile_distribution(); - // using ABlockTile = - // decltype(make_static_distributed_tensor(ABlockTileDistr)); using - // BBlockTile = decltype(make_static_distributed_tensor(BBlockTileDistr)); - // ABlockTile a_global_load_tile; - // BBlockTile b_global_load_tile; auto&& [a_lds_block0, b_lds_block0] = Base::GetABLdsTensorViews(p_smem_0); auto&& [a_lds_block1, b_lds_block1] = Base::GetABLdsTensorViews(p_smem_1); @@ -335,11 +327,10 @@ struct GemmPipelineAgBgCrCompAsync : public BaseGemmPipelineAgBgCrCompAsync