PassThroughPack2 Struct Reference

PassThroughPack2 Struct Reference#

Composable Kernel: ck::tensor_operation::element_wise::PassThroughPack2 Struct Reference
ck::tensor_operation::element_wise::PassThroughPack2 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() (half2_t &y, const f8x2_t &x) const
__host__ __device__ constexpr void operator() (ck::half2_t &y, const ck::pk_i4_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/3]

__host__ __device__ constexpr void ck::tensor_operation::element_wise::PassThroughPack2::operator() ( ck::half2_t & y,
const ck::pk_i4_t & x ) const
inlineconstexpr

◆ operator()() [2/3]

__host__ __device__ constexpr void ck::tensor_operation::element_wise::PassThroughPack2::operator() ( half2_t & y,
const f8x2_t & x ) const
inlineconstexpr

◆ operator()() [3/3]

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

Member Data Documentation

◆ is_pack2_invocable

const bool ck::tensor_operation::element_wise::PassThroughPack2::is_pack2_invocable = true
staticconstexpr

◆ name

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

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