From 581756ae39b028ba99199b313e11d8333a23bbf5 Mon Sep 17 00:00:00 2001 From: aska-0096 Date: Fri, 23 May 2025 09:06:55 +0000 Subject: [PATCH] remove unnecessary instances --- .../blockwise_gemm_pipeline_xdlops_v3_mx.hpp | 3 +++ .../impl/device_gemm_xdl_cshuffle_v3_mx.hpp | 22 ------------------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx.hpp b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx.hpp index c5ce2bb416..fd9b0441e1 100644 --- a/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx.hpp +++ b/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx.hpp @@ -986,6 +986,9 @@ struct BlockwiseGemmXdlops_pipeline_v3_mx{}([&](auto m0) { static_for<0, NRepeat / NXdlPack, 1>{}([&](auto n0) { diff --git a/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_mx.hpp b/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_mx.hpp index 528a4d6ae5..05ab739785 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_mx.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_mx.hpp @@ -416,28 +416,6 @@ struct DeviceGemmMX_Xdl_CShuffleV3 : public DeviceGemmMX; - Run(kernel); - } - else - { - const auto kernel = - kernel_gemm_xdl_cshuffle_v3_2lds; - Run(kernel); - } - } } return ave_time;