diff --git a/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp b/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp index dd6d6ba316..60efc97e50 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp @@ -361,11 +361,11 @@ struct DeviceGemmMultiD_BlockScale_Xdl_CShuffle_V3_BPreshuffle return false; } - // Padding to release this restriction - if(arg.N % NPerBlock != 0 || arg.K % KPerBlock != 0) - { - return false; - } + // // Padding to release this restriction + // if(arg.N % NPerBlock != 0 || arg.K % KPerBlock != 0) + // { + // return false; + // } return GridwiseGemm::CheckValidity(arg); }