DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::IsArrayReduction::Func< Reduction > Struct Template Reference

#include <sycl/reduction.hpp>

Collaboration diagram for sycl::_V1::detail::IsArrayReduction::Func< Reduction >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Reduction>
struct sycl::_V1::detail::IsArrayReduction::Func< Reduction >

Definition at line 2179 of file reduction.hpp.

Member Data Documentation

◆ value

template<typename Reduction >
constexpr bool sycl::_V1::detail::IsArrayReduction::Func< Reduction >::value
staticconstexpr
Initial value:
=
(Reduction::dims == 1 && Reduction::num_elements >= 1)

Definition at line 2180 of file reduction.hpp.


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