XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
gpu::xetla::subgroup::gelu_bwd_op_t< dtype_in, arch_tag, enable > Struct Template Reference

Is the element-wise gelu backward op functor. More...

#include <tile_op_functor.hpp>

Detailed Description

template<typename dtype_in, gpu_arch arch_tag, class enable = void>
struct gpu::xetla::subgroup::gelu_bwd_op_t< dtype_in, arch_tag, enable >

Is the element-wise gelu backward op functor.

Load the gelu forward input buffer from memory and get the gradient data from matAcc, update the output in place. Used in epilogue::tile_op or chained_tile_op.

Template Parameters
dtype_inIs the data type of the gelu forward input buffer.
arch_tagIs the hardware architecture tag.