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

Is the xetla tile mma operation definition API. More...

#include <api.hpp>

Detailed Description

template<typename matAcc_dst_t, typename matAcc_src_t, typename matB_t, typename matA_t, mma_engine engine, gpu_arch arch_tag, typename enable = void>
struct gpu::xetla::subgroup::tile_mma_t< matAcc_dst_t, matAcc_src_t, matB_t, matA_t, engine, arch_tag, enable >

Is the xetla tile mma operation definition API.

Template Parameters
matAcc_dst_tIs the tile type for dst data of matC.
matAcc_src_tIs the tile type for src data of matC.
matB_tIs the tile type for matB.
matA_tIs the tile type for matA.
engineIs the compute engine, fpu or xmx.
arch_tagIs the hardware architecture tag.