Returns maximal possible value as identity for MIN operations.
More...
#include <CL/sycl/known_identity.hpp>
|
static constexpr AccumulatorT | value |
|
template<typename BinaryOperation, typename AccumulatorT>
struct cl::sycl::detail::known_identity_impl< BinaryOperation, AccumulatorT, std::enable_if_t< IsMinimumIdentityOp< AccumulatorT, BinaryOperation >::value > >
Returns maximal possible value as identity for MIN operations.
Definition at line 243 of file known_identity.hpp.
◆ value
template<typename BinaryOperation , typename AccumulatorT >
Initial value:= static_cast<AccumulatorT>(
std::numeric_limits<AccumulatorT>::has_infinity
? std::numeric_limits<AccumulatorT>::infinity()
: (
std::numeric_limits<AccumulatorT>::
max)())
Definition at line 246 of file known_identity.hpp.
The documentation for this struct was generated from the following file: