From 783641c823eff9623d415ac034ec505b32815705 Mon Sep 17 00:00:00 2001 From: Muhammad Tanvir Date: Wed, 5 Jun 2024 16:21:39 +0100 Subject: [PATCH] Removed unnecessary code --- .../epilogue/collective/intel_pvc_epilogue.hpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/include/cutlass/epilogue/collective/intel_pvc_epilogue.hpp b/include/cutlass/epilogue/collective/intel_pvc_epilogue.hpp index cacd4a5b7a..71569fcff2 100644 --- a/include/cutlass/epilogue/collective/intel_pvc_epilogue.hpp +++ b/include/cutlass/epilogue/collective/intel_pvc_epilogue.hpp @@ -140,18 +140,6 @@ class CollectiveEpilogue< using SmemDStorage = EmptyType; struct TensorStorageImpl: cute::tuple { - using Base = cute::tuple; - - constexpr decltype(auto) - smem_C() { - return cute::get<0>(static_cast(*this)); - } - - constexpr decltype(auto) - smem_D() { - return cute::get<1>(static_cast(*this)); - } - using FusionStorage = typename FusionCallbacks::SharedStorage; FusionStorage thread; }; @@ -298,7 +286,7 @@ class CollectiveEpilogue< Tensor mD_crd = make_identity_tensor(make_shape(M,N)); Tensor cD = local_tile(mD_crd, take<0,2>(TileShapeMNK{}), make_coord(m_coord, n_coord)); // Get the fusion callbacks - constexpr bool RefSrc = true; // Register tensors reference R2S copy src layout + constexpr bool RefSrc = true; auto residue_mn = make_coord(M, N); auto cst_args = cutlass::epilogue::fusion::detail::ConsumerStoreArgs{ problem_shape_mnkl,