#include <reduce_operator.hpp>
|
| template<typename T, typename = std::enable_if_t<is_any_of<T, float, double, int32_t, int8_t>::value>> |
| CK_TILE_HOST_DEVICE constexpr T | operator() (const T &y, const T x) const |
| template<typename T, typename = std::enable_if_t<is_any_of<T, half_t, bf16_t, fp8_t, bf8_t>::value>> |
| CK_TILE_HOST_DEVICE constexpr T | operator() (T &y, T x) const |
◆ GetIdentityValue()
◆ operator()() [1/2]
template<typename T, typename = std::enable_if_t<is_any_of<T, float, double, int32_t, int8_t>::value>>
| CK_TILE_HOST_DEVICE constexpr T ck_tile::ReduceOp::Add::operator() |
( |
const T & | y, |
|
|
const T | x ) const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<typename T, typename = std::enable_if_t<is_any_of<T, half_t, bf16_t, fp8_t, bf8_t>::value>>
The documentation for this struct was generated from the following file: