From 8c8f4b47ec82c7e917c42e89a32775c8f4950202 Mon Sep 17 00:00:00 2001 From: Kevin Abraham Date: Thu, 30 Oct 2025 21:17:20 +0000 Subject: [PATCH] run clang-format --- .../gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp index 004a867898..fa5836026c 100644 --- a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp +++ b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp @@ -291,8 +291,8 @@ struct BlockwiseGemmWmmaops_pipeline_v1((i + 2) % num_loop_per_scale == 0); if constexpr(ck::is_same::value == false) { - block_sync_lds(); - } + block_sync_lds(); + } a_blockwise_copy.RunWrite(a_block_desc, a_block_buf); b_blockwise_copy.RunWrite(b_block_desc, b_block_buf); @@ -637,8 +637,8 @@ struct BlockwiseGemmWmmaops_pipeline_v1((i + 2) % num_loop_per_scale == 0); if constexpr(ck::is_same::value == false) { - block_sync_lds(); - } + block_sync_lds(); + } a_blockwise_copy.RunWrite(a_block_desc, a_block_buf); b_blockwise_copy.RunWrite(b_block_desc, b_block_buf);