XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
gpu::xetla::group::row_reduction_fused_op_t< fused_op_kind_, dtype_in_, dtype_out_, dtype_acc_, reduction_attr_, arch_ > Struct Template Reference

Additional Ops that can be fused with row reduction processing flow. More...

#include <row_reduction_fused_op_api.hpp>

Detailed Description

template<reduction_fused_kind fused_op_kind_, typename dtype_in_, typename dtype_out_, typename dtype_acc_, typename reduction_attr_, gpu_arch arch_ = gpu_arch::Xe>
struct gpu::xetla::group::row_reduction_fused_op_t< fused_op_kind_, dtype_in_, dtype_out_, dtype_acc_, reduction_attr_, arch_ >

Additional Ops that can be fused with row reduction processing flow.

Template Parameters
fused_op_kind_Is the type of the fused op.
dtype_in_Is the data type of input.
dtype_out_Is the data type of output.
dtype_acc_Is the accumulation data type.
reduction_attr_Is the tile size for each group to do the reduction.
arch_Is the HW generation.