DPC++ Runtime
Runtime libraries for oneAPI DPC++
invoke_simd_types.hpp File Reference
Include dependency graph for invoke_simd_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::ext::oneapi::experimental
 
 sycl::_V1::ext::oneapi::experimental::simd_abi
 

Macros

#define SYCL_EXT_ONEAPI_INVOKE_SIMD   1
 

Typedefs

template<class T , int N>
using sycl::_V1::ext::oneapi::experimental::simd_abi::native_fixed_size = typename std::experimental::__simd_abi< std::experimental::_StorageKind::_VecExt, N >
 
template<class T , int N>
using sycl::_V1::ext::oneapi::experimental::simd = std::experimental::simd< T, simd_abi::native_fixed_size< T, N > >
 
template<class T , int N>
using sycl::_V1::ext::oneapi::experimental::simd_mask = std::experimental::simd_mask< T, simd_abi::native_fixed_size< T, N > >
 

Macro Definition Documentation

◆ SYCL_EXT_ONEAPI_INVOKE_SIMD

#define SYCL_EXT_ONEAPI_INVOKE_SIMD   1

Definition at line 16 of file invoke_simd_types.hpp.