From 379854878a3700a0222e5f0836478d78faa6289d Mon Sep 17 00:00:00 2001 From: so Date: Wed, 23 Apr 2025 09:36:17 +0000 Subject: [PATCH] edit Argument check --- ...ltiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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); }