diff --git a/include/cutlass/epilogue/thread/conversion_op.h b/include/cutlass/epilogue/thread/conversion_op.h index baf9eb7d..ba3738ed 100644 --- a/include/cutlass/epilogue/thread/conversion_op.h +++ b/include/cutlass/epilogue/thread/conversion_op.h @@ -90,6 +90,12 @@ public: CUTLASS_HOST_DEVICE Convert(Params const ¶ms = Params()) { + } + + /// Functionally required for serial reduction in the epilogue + CUTLASS_HOST_DEVICE + void set_k_partition(int k_partition, int k_partition_count) { + } /// Returns true if source is needed based on state of runtime arguments