#include <reduction_operator.hpp>
|
| template<typename T> |
| __host__ __device__ constexpr void | operator() (T &a, T b) const |
| __host__ __device__ constexpr void | operator() (f8_t &a, f8_t b) const |
| template<typename T> |
| __host__ __device__ constexpr void | operator() (T &a, T b, bool &changed) const |
| __host__ __device__ constexpr void | operator() (f8_t &a, f8_t b, bool &changed) const |
◆ GetIdentityValue()
template<typename T>
| __host__ static __device__ constexpr T ck::reduce::AMax::GetIdentityValue |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsCompatibleInMemoryDataOperation()
| __host__ static __device__ constexpr bool ck::reduce::AMax::IsCompatibleInMemoryDataOperation |
( |
InMemoryDataOperationEnum | operation | ) |
|
|
inlinestaticconstexpr |
◆ operator()() [1/4]
| __host__ __device__ constexpr void ck::reduce::AMax::operator() |
( |
f8_t & | a, |
|
|
f8_t | b ) const |
|
inlineconstexpr |
◆ operator()() [2/4]
| __host__ __device__ constexpr void ck::reduce::AMax::operator() |
( |
f8_t & | a, |
|
|
f8_t | b, |
|
|
bool & | changed ) const |
|
inlineconstexpr |
◆ operator()() [3/4]
template<typename T>
| __host__ __device__ constexpr void ck::reduce::AMax::operator() |
( |
T & | a, |
|
|
T | b ) const |
|
inlineconstexpr |
◆ operator()() [4/4]
template<typename T>
| __host__ __device__ constexpr void ck::reduce::AMax::operator() |
( |
T & | a, |
|
|
T | b, |
|
|
bool & | changed ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: