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

#include <sycl/reduction.hpp>

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

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 2157 of file reduction.hpp.

Member Data Documentation

◆ value

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

Definition at line 2158 of file reduction.hpp.


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