PassThroughPack2 Struct Reference

PassThroughPack2 Struct Reference#

Composable Kernel: ck_tile::element_wise::PassThroughPack2 Struct Reference
ck_tile::element_wise::PassThroughPack2 Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename Y, typename X>
CK_TILE_HOST_DEVICE void operator() (Y &y, const X &x) const
CK_TILE_HOST_DEVICE constexpr void operator() (fp16x2_t &y, const pk_int4_t &x) const

Static Public Attributes

static constexpr const char * name = "PassThroughPack2"
constexpr static const bool is_pack2_invocable = true

Member Function Documentation

◆ operator()() [1/2]

CK_TILE_HOST_DEVICE constexpr void ck_tile::element_wise::PassThroughPack2::operator() ( fp16x2_t & y,
const pk_int4_t & x ) const
inlineconstexpr

◆ operator()() [2/2]

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

Member Data Documentation

◆ is_pack2_invocable

const bool ck_tile::element_wise::PassThroughPack2::is_pack2_invocable = true
staticconstexpr

◆ name

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

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