From 96e2d5f86a94a024ab5bae8e562996d1d0678cb9 Mon Sep 17 00:00:00 2001 From: Mateusz Ozga <110818320+mozga-amd@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:41:29 +0200 Subject: [PATCH] Fix CI clang-format (#2521) [ROCm/composable_kernel commit: 7fc000d7b3d9860d939a505f2655f0d0330e699f] --- .../gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ck_tile/ops/gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp b/include/ck_tile/ops/gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp index 6820e82d09..8976315b21 100644 --- a/include/ck_tile/ops/gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp +++ b/include/ck_tile/ops/gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp @@ -625,7 +625,8 @@ struct UniversalGemmPipelineAgBgCrPolicy using BlockWarps = typename Problem::BlockGemmShape::BlockWarps; using WarpTile = typename Problem::BlockGemmShape::WarpTile; - constexpr index_t vector_size = DS_READ_TR_SIZE() / sizeof(typename Problem::ComputeDataType); + constexpr index_t vector_size = + DS_READ_TR_SIZE() / sizeof(typename Problem::ComputeDataType); constexpr index_t thread_elements = WarpTile::at(I1) * WarpTile::at(I2) / get_warp_size(); constexpr auto wg_attr_num_access = !(is_a_load_tr || is_b_load_tr) ? WGAttrNumAccessEnum::Single