DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsOnesIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > > Struct Template Reference

#include <sycl/known_identity.hpp>

Collaboration diagram for sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsOnesIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >:

Static Public Attributes

static constexpr vec< std::byte, NumElements > value
 

Detailed Description

template<typename BinaryOperation, int NumElements>
struct sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsOnesIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >

Definition at line 244 of file known_identity.hpp.

Member Data Documentation

◆ value

template<typename BinaryOperation , int NumElements>
constexpr vec<std::byte, NumElements> sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsOnesIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >::value
staticconstexpr
Initial value:
=
vec<std::byte, NumElements>(std::byte(-1LL))

Definition at line 248 of file known_identity.hpp.


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