Silu Struct Reference

Silu Struct Reference#

Composable Kernel: ck_tile::element_wise::Silu Struct Reference
ck_tile::element_wise::Silu Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename T>
CK_TILE_HOST_DEVICE void operator() (T &y, const T &x) const
template<>
CK_TILE_HOST_DEVICE void operator() (fp32x2_t &y, const fp32x2_t &x) const

Static Public Attributes

static constexpr const char * name = "Silu"

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

template<typename T>
CK_TILE_HOST_DEVICE void ck_tile::element_wise::Silu::operator() ( T & y,
const T & x ) const
inline

Member Data Documentation

◆ name

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

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