diff --git a/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp b/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp index e0a878a903..8f7ea34858 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp @@ -627,7 +627,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle } else if constexpr(is_same_v) { - // FIXME: not rigorous if(MRaw_ % ABlockTransferSrcScalarPerVector != 0) { return false; @@ -648,7 +647,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle } else if constexpr(is_same_v) { - // FIXME: not rigorous if(KRaw_ % BBlockTransferSrcScalarPerVector != 0) { return false; @@ -669,7 +667,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle } else if constexpr(is_same_v) { - // FIXME: not rigorous if(NRaw_ % B1BlockTransferSrcScalarPerVector != 0) { return false; @@ -690,7 +687,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle } else if constexpr(is_same_v) { - // FIXME: not rigorous if(MRaw_ % CShuffleBlockTransferScalarPerVector_NPerBlock != 0) { return false;