DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::intel::esimd::vector_aligned_tag Struct Reference

vector_aligned_tag type. More...

#include <sycl/ext/intel/esimd/detail/simd_obj_impl.hpp>

Collaboration diagram for sycl::_V1::ext::intel::esimd::vector_aligned_tag:

Static Public Attributes

template<typename VT >
static constexpr unsigned alignment = alignof(VT)
 

Detailed Description

vector_aligned_tag type.

Flag of this type should be used in load and store operations when memory address is guaranteed to be aligned by simd object's vector type.

Definition at line 62 of file simd_obj_impl.hpp.

Member Data Documentation

◆ alignment

template<typename VT >
constexpr unsigned sycl::_V1::ext::intel::esimd::vector_aligned_tag::alignment = alignof(VT)
staticconstexpr

Definition at line 63 of file simd_obj_impl.hpp.


The documentation for this struct was generated from the following file: