restore the old epilogue for everything except streamk (#749)

Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
Haicheng Wu
2023-01-04 11:02:55 -05:00
committed by GitHub
co-authored by Haicheng Wu
parent 5989b7e1d7
commit ff6e733fe1
3 changed files with 306 additions and 187 deletions
@@ -551,7 +551,7 @@ public:
static Status can_implement(
cutlass::gemm::GemmCoord const & problem_size)
{
CUTLASS_TRACE_HOST("GemmUniversal::can_implement()");
CUTLASS_TRACE_HOST("GemmUniversalStreamk::can_implement()");
static int const kAlignmentA = (platform::is_same<LayoutA,
layout::ColumnMajorInterleaved<32>>::value)
@@ -851,7 +851,7 @@ protected:
threadblock_item_begin);
// Execute the epilogue operator to update the destination tensor.
epilogue(
epilogue.unified(
EpilogueOutputOp(params.output_op),
iterator_D,
accumulator_tile,