From 41653735b8670eade4666ff18e0cafed90ee78b6 Mon Sep 17 00:00:00 2001 From: apoorva Date: Tue, 3 Feb 2026 08:50:36 +0000 Subject: [PATCH] Fixing merge conflict --- ...grouped_conv_bwd_weight_multiple_d_wmma_cshuffle_v3.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_multiple_d_wmma_cshuffle_v3.hpp b/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_multiple_d_wmma_cshuffle_v3.hpp index 37283dfdb3..88cdef7548 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_multiple_d_wmma_cshuffle_v3.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_multiple_d_wmma_cshuffle_v3.hpp @@ -1069,13 +1069,6 @@ struct DeviceGroupedConvBwdWeightMultipleD_Wmma_CShuffleV3 static bool IsSupportedArgument(const Argument& arg) { -#if DISABLE_SPLIT_K_AUTODEDUCE_FOR_ONE_STAGE_KERNELS - if(arg.k_batch_ < 0) - { - return false; - } -#endif - const index_t GemmM = arg.a_grid_desc_kbatch_m_k_.GetLength(I0); const index_t GemmN = arg.b_grid_desc_kbatch_n_k_.GetLength(I0); const index_t GemmK = arg.a_grid_desc_kbatch_m_k_.GetLength(I1);