From 3c2cb9812d487a17f47f39e5ce39039bd349b951 Mon Sep 17 00:00:00 2001 From: yadai Date: Mon, 20 Oct 2025 09:35:23 +0000 Subject: [PATCH] update --- .../flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp b/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp index 58e96e126d..c00c255a53 100644 --- a/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp +++ b/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp @@ -177,7 +177,8 @@ defined(USING_MFMA_32x32x64) && defined(ENABLE_FP4) // mi350 fp4 32c 1*K1 [[nodiscard]] CK_TILE_HOST static const std::string GetName() { - if (threadIdx.x == 0 && blockIdx.x == 0 && blockIdx.y == 0) { + // if (threadIdx.x == 0 && blockIdx.x == 0 && blockIdx.y == 0) { + if (true) { printf("%s ds_read/write_num_perK %d/%d, WaveSize = %d, M/N Warp %d/%d M/N/KIterPerWarp %d/%d/%d \n", __FILE__, dsread_num_perK, dswrite_num_perK, WaveSize, MWarp, NWarp, MIterPerWarp, NIterPerWarp, KIterPerWarp); } // clang-format off