From fa84a24871faeb52e70a53ac8d7e387776d3789b Mon Sep 17 00:00:00 2001 From: Jin Zhou Date: Mon, 8 Sep 2025 02:47:55 +0000 Subject: [PATCH] refine --- .../impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp b/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp index faaea60fea..4761ee2026 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp @@ -488,6 +488,7 @@ struct DeviceGemmMultiD_Xdl_CShuffle_V3_BPreshuffle } } #endif + return ave_time; }