Is the element-wise reduce op functor. More...
#include <tile_op_functor.hpp>
Is the element-wise reduce op functor.
Load one buffer from memory and get another from matAcc, element-wise reduce and update the output in place. Used in epilogue::tile_op or chained_tile_op.
| reduce_kind | Is the reduce type, can be sum, prod, min and max. |
| dtype_in | Is the memory side buffer data type. |
| arch_tag | Is the hardware architecture tag. |