FastGeluAsm Struct Reference

FastGeluAsm Struct Reference#

Composable Kernel: ck_tile::element_wise::FastGeluAsm Struct Reference
ck_tile::element_wise::FastGeluAsm Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

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() (fp32x2_t &y, const fp32x2_t &x) const
template<>
CK_TILE_DEVICE void operator() (fp32x2_t &y, const fp32x2_t &x) const

Static Public Attributes

static constexpr const char * name = "FastGeluAsm"

Member Function Documentation

◆ operator()() [1/6]

template<>
CK_TILE_DEVICE void ck_tile::element_wise::FastGeluAsm::operator() ( float & y,
const float & x ) const
inline

◆ operator()() [2/6]

template<>
CK_TILE_HOST void ck_tile::element_wise::FastGeluAsm::operator() ( float & y,
const float & x ) const
inline

◆ operator()() [3/6]

template<>
CK_TILE_DEVICE void ck_tile::element_wise::FastGeluAsm::operator() ( fp32x2_t & y,
const fp32x2_t & x ) const
inline

◆ operator()() [4/6]

template<>
CK_TILE_HOST void ck_tile::element_wise::FastGeluAsm::operator() ( fp32x2_t & y,
const fp32x2_t & x ) const
inline

◆ operator()() [5/6]

template<typename Y, typename X>
CK_TILE_DEVICE void ck_tile::element_wise::FastGeluAsm::operator() ( Y & y,
const X & x ) const

◆ operator()() [6/6]

template<typename Y, typename X>
CK_TILE_HOST void ck_tile::element_wise::FastGeluAsm::operator() ( Y & y,
const X & x ) const

Member Data Documentation

◆ name

const char* ck_tile::element_wise::FastGeluAsm::name = "FastGeluAsm"
staticconstexpr

The documentation for this struct was generated from the following file: