PassThroughPack8 Struct Reference

PassThroughPack8 Struct Reference#

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

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename Y, typename X>
__host__ __device__ void operator() (Y &y, const X &x) const
__host__ __device__ constexpr void operator() (ck::half8_t &y, const ck::pk_i4x4_t &x) const
__host__ __device__ constexpr void operator() (ck::f8x8_t &y, const ck::pk_i4x4_t &x) const
__host__ __device__ constexpr void operator() (ck::bhalf8_t &y, const ck::pk_i4x4_t &x) const

Static Public Attributes

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

Member Function Documentation

◆ operator()() [1/4]

__host__ __device__ constexpr void ck::tensor_operation::element_wise::PassThroughPack8::operator() ( ck::bhalf8_t & y,
const ck::pk_i4x4_t & x ) const
inlineconstexpr

◆ operator()() [2/4]

__host__ __device__ constexpr void ck::tensor_operation::element_wise::PassThroughPack8::operator() ( ck::f8x8_t & y,
const ck::pk_i4x4_t & x ) const
inlineconstexpr

◆ operator()() [3/4]

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

◆ operator()() [4/4]

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

Member Data Documentation

◆ is_pack8_invocable

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

◆ name

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

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