#include <unary_element_wise_operation.hpp>
|
| template<typename Y, typename X> |
| CK_TILE_HOST void | operator() (Y &y, const X &x) const |
| template<typename Y, typename X> |
| CK_TILE_DEVICE void | operator() (Y &y, const X &x) const |
| template<> |
| CK_TILE_HOST void | operator() (float &y, const float &x) const |
| template<> |
| CK_TILE_DEVICE void | operator() (float &y, const float &x) const |
| template<> |
| CK_TILE_HOST void | operator() (ck_tile::fp16_t &y, const ck_tile::fp16_t &x) const |
| template<> |
| CK_TILE_DEVICE void | operator() (ck_tile::fp16_t &y, const ck_tile::fp16_t &x) const |
| template<> |
| CK_TILE_HOST void | operator() (ck_tile::fp16_t &y, const float &x) const |
| template<> |
| CK_TILE_DEVICE void | operator() (ck_tile::fp16_t &y, const float &x) const |
| template<> |
| CK_TILE_HOST void | operator() (ck_tile::bf16_t &y, const float &x) const |
| template<> |
| CK_TILE_DEVICE void | operator() (ck_tile::bf16_t &y, const float &x) const |
| template<> |
| CK_TILE_DEVICE void | operator() (ck_tile::bf16_t &y, const ck_tile::bf16_t &x) const |
| template<> |
| CK_TILE_HOST void | operator() (ck_tile::bf16_t &y, const ck_tile::bf16_t &x) const |
|
| static constexpr const char * | name = "FastGelu" |
◆ operator()() [1/12]
◆ operator()() [2/12]
◆ operator()() [3/12]
◆ operator()() [4/12]
◆ operator()() [5/12]
◆ operator()() [6/12]
◆ operator()() [7/12]
◆ operator()() [8/12]
◆ operator()() [9/12]
template<>
| CK_TILE_DEVICE void ck_tile::element_wise::FastGelu::operator() |
( |
float & | y, |
|
|
const float & | x ) const |
|
inline |
◆ operator()() [10/12]
template<>
| CK_TILE_HOST void ck_tile::element_wise::FastGelu::operator() |
( |
float & | y, |
|
|
const float & | x ) const |
|
inline |
◆ operator()() [11/12]
template<typename Y, typename X>
| CK_TILE_DEVICE void ck_tile::element_wise::FastGelu::operator() |
( |
Y & | y, |
|
|
const X & | x ) const |
◆ operator()() [12/12]
template<typename Y, typename X>
| CK_TILE_HOST void ck_tile::element_wise::FastGelu::operator() |
( |
Y & | y, |
|
|
const X & | x ) const |
◆ name
| const char* ck_tile::element_wise::FastGelu::name = "FastGelu" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: