DequantPack8 Struct Reference

DequantPack8 Struct Reference#

Composable Kernel: ck_tile::element_wise::DequantPack8 Struct Reference
ck_tile::element_wise::DequantPack8 Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename Y, typename X, typename Z>
CK_TILE_HOST_DEVICE void operator() (Y &y, const X &x, const Z &z) const
CK_TILE_HOST_DEVICE constexpr void operator() (fp16x8_t &y, const pk_int4x4_t &x, const fp16x2_t &z) const

Static Public Attributes

static constexpr const char * name = "DequantPack8"
constexpr static const bool is_pack8_invocable = true

Member Function Documentation

◆ operator()() [1/2]

CK_TILE_HOST_DEVICE constexpr void ck_tile::element_wise::DequantPack8::operator() ( fp16x8_t & y,
const pk_int4x4_t & x,
const fp16x2_t & z ) const
inlineconstexpr

◆ operator()() [2/2]

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

Member Data Documentation

◆ is_pack8_invocable

const bool ck_tile::element_wise::DequantPack8::is_pack8_invocable = true
staticconstexpr

◆ name

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

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