Is the element-wise relu op functor. More...
#include <tile_op_functor.hpp>
Classes | |
| struct | arguments_t |
Public Member Functions | |
| template<typename matAcc_t , typename coord_t > | |
| __XETLA_API KERNEL_FUNC void | operator() (matAcc_t &matAcc, const coord_t &coord, const arguments_t &args, uint32_t slm_base=0, uint32_t nbarrier_base=0) |
Is the element-wise relu op functor.
Get the relu input from matAcc, update the the relu output in place, Used in epilogue::tile_op or chained_tile_op.
|
inline |