DequantPack8 Struct Reference

DequantPack8 Struct Reference#

Composable Kernel: ck::tensor_operation::element_wise::DequantPack8 Struct Reference
ck::tensor_operation::element_wise::DequantPack8 Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename Y, typename X, typename Z>
__host__ __device__ void operator() (Y &y, const X &x, const Z &z) const
__host__ __device__ constexpr void operator() (ck::half8_t &y, const ck::pk_i4x4_t &x, const ck::half2_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]

__host__ __device__ constexpr void ck::tensor_operation::element_wise::DequantPack8::operator() ( ck::half8_t & y,
const ck::pk_i4x4_t & x,
const ck::half2_t & z ) const
inlineconstexpr

◆ operator()() [2/2]

template<typename Y, typename X, typename Z>
__host__ __device__ void ck::tensor_operation::element_wise::DequantPack8::operator() ( Y & y,
const X & x,
const Z & z ) const

Member Data Documentation

◆ is_pack8_invocable

const bool ck::tensor_operation::element_wise::DequantPack8::is_pack8_invocable = true
staticconstexpr

◆ name

const char* ck::tensor_operation::element_wise::DequantPack8::name = "DequantPack8"
staticconstexpr

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