C++ API. More...
#include "subgroup/tile/api.hpp"#include "subgroup/tile/common.hpp"#include "subgroup/tile/impl/load_xe.hpp"#include "subgroup/tile/impl/payload_xe.hpp"#include "subgroup/tile/impl/prefetch_xe.hpp"#include "subgroup/tile/impl/store_xe.hpp"#include "subgroup/tile/impl/tile_op_functor.hpp"

Go to the source code of this file.
Classes | |
| struct | gpu::xetla::subgroup::dequant_op_t< tile_op_t, arch_tag, enable > |
| Is the dequantization op functor. More... | |
| struct | gpu::xetla::subgroup::dequant_op_t< tile_op_t_, arch_tag, std::enable_if_t<(arch_tag==gpu_arch::Xe)> > |
| Is the quantization op functor, specialized for Xe architecture. More... | |
| struct | gpu::xetla::subgroup::dequant_op_t< tile_op_t_, arch_tag, std::enable_if_t<(arch_tag==gpu_arch::Xe)> >::arguments_t |
| struct | gpu::xetla::subgroup::quant_op_t< tile_op_t, arch_tag, enable > |
| Is the quantization op functor. More... | |
| struct | gpu::xetla::subgroup::quant_op_t< tile_op_t_, arch_tag, std::enable_if_t<(arch_tag==gpu_arch::Xe)> > |
| Is the quantization op functor, specialized for Xe architecture. More... | |
| struct | gpu::xetla::subgroup::quant_op_t< tile_op_t_, arch_tag, std::enable_if_t<(arch_tag==gpu_arch::Xe)> >::arguments_t |
Namespaces | |
| namespace | gpu |
| namespace | gpu::xetla |
| namespace | gpu::xetla::subgroup |
C++ API.