From 11cab2d533ff155948812f6877d8123bdd53c338 Mon Sep 17 00:00:00 2001 From: Alan Turner Date: Thu, 21 Sep 2023 22:27:05 +0000 Subject: [PATCH] Remove copied comments --- .../impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp | 4 ---- 1 file changed, 4 deletions(-) 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;