DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::spmd2simd< T, N, std::enable_if_t< std::is_arithmetic_v< T > > > Struct Template Reference

#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>

Public Types

using type = simd< T, N >
 

Detailed Description

template<class T, int N>
struct sycl::_V1::ext::oneapi::experimental::detail::spmd2simd< T, N, std::enable_if_t< std::is_arithmetic_v< T > > >

Definition at line 91 of file invoke_simd.hpp.

Member Typedef Documentation

◆ type

template<class T , int N>
using sycl::_V1::ext::oneapi::experimental::detail::spmd2simd< T, N, std::enable_if_t< std::is_arithmetic_v< T > > >::type = simd<T, N>

Definition at line 92 of file invoke_simd.hpp.


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