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