PassThrough Struct Reference

PassThrough Struct Reference#

Composable Kernel: ck::tensor_operation::element_wise::PassThrough Struct Reference
ck::tensor_operation::element_wise::PassThrough 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
template<>
__host__ __device__ void operator() (pk_i4_t &y, const pk_i4_t &x) const
template<>
__host__ __device__ void operator() (f4x2_pk_t &y, const f4x2_pk_t &x) const
template<>
__host__ __device__ void operator() (double &y, const double &x) const
template<>
__host__ __device__ void operator() (float &y, const double &x) const
template<>
__host__ __device__ void operator() (double &y, const float &x) const
template<>
__host__ __device__ void operator() (float &y, const float &x) const
template<>
__host__ __device__ void operator() (half_t &y, const half_t &x) const
template<>
__host__ __device__ void operator() (half_t &y, const float &x) const
template<>
__host__ __device__ void operator() (half_t &y, const int32_t &x) const
template<>
__host__ __device__ void operator() (float &y, const int32_t &x) const
template<>
__host__ __device__ void operator() (bhalf_t &y, const bhalf_t &x) const
template<>
__host__ __device__ void operator() (int32_t &y, const int32_t &x) const
template<>
__host__ __device__ void operator() (bhalf_t &y, const float &x) const
template<>
__host__ __device__ void operator() (float &y, const bhalf_t &x) const
template<>
__host__ __device__ void operator() (bhalf_t &y, const half_t &x) const
template<>
__host__ __device__ void operator() (float &y, const half_t &x) const
template<>
__host__ __device__ void operator() (int8_t &y, const int8_t &x) const
template<>
__host__ __device__ void operator() (half_t &y, const int8_t &x) const
template<>
__host__ __device__ void operator() (bhalf_t &y, const int8_t &x) const
template<>
__host__ __device__ void operator() (uint8_t &y, const uint8_t &x) const
template<>
__host__ __device__ void operator() (int8_t &y, const int32_t &x) const
template<>
__host__ __device__ void operator() (int32_t &y, const int8_t &x) const
template<>
__host__ __device__ void operator() (int8_t &y, const float &x) const
template<>
__host__ __device__ void operator() (float &y, const int8_t &x) const
template<>
__host__ __device__ void operator() (f8_t &y, const f8_t &x) const
template<>
__host__ __device__ void operator() (float &y, const f8_t &x) const
template<>
__host__ __device__ void operator() (f8_t &y, const float &x) const
template<>
__host__ __device__ void operator() (half_t &y, const f8_t &x) const
template<>
__host__ __device__ void operator() (f8_t &y, const half_t &x) const
template<>
__host__ __device__ void operator() (bf8_t &y, const bf8_t &x) const
template<>
__host__ __device__ void operator() (float &y, const bf8_t &x) const
template<>
__host__ __device__ void operator() (bf8_t &y, const float &x) const
template<>
__host__ __device__ void operator() (half_t &y, const bf8_t &x) const
template<>
__host__ __device__ void operator() (bf8_t &y, const half_t &x) const

Static Public Attributes

static constexpr const char * name = "PassThrough"

Member Function Documentation

◆ operator()() [1/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bf8_t & y,
const bf8_t & x ) const
inline

◆ operator()() [2/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bf8_t & y,
const float & x ) const
inline

◆ operator()() [3/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bf8_t & y,
const half_t & x ) const
inline

◆ operator()() [4/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bhalf_t & y,
const bhalf_t & x ) const
inline

◆ operator()() [5/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bhalf_t & y,
const float & x ) const
inline

◆ operator()() [6/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bhalf_t & y,
const half_t & x ) const
inline

◆ operator()() [7/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( bhalf_t & y,
const int8_t & x ) const
inline

◆ operator()() [8/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( double & y,
const double & x ) const
inline

◆ operator()() [9/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( double & y,
const float & x ) const
inline

◆ operator()() [10/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( f4x2_pk_t & y,
const f4x2_pk_t & x ) const
inline

◆ operator()() [11/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( f8_t & y,
const f8_t & x ) const
inline

◆ operator()() [12/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( f8_t & y,
const float & x ) const
inline

◆ operator()() [13/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( f8_t & y,
const half_t & x ) const
inline

◆ operator()() [14/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const bf8_t & x ) const
inline

◆ operator()() [15/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const bhalf_t & x ) const
inline

◆ operator()() [16/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const double & x ) const
inline

◆ operator()() [17/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const f8_t & x ) const
inline

◆ operator()() [18/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const float & x ) const
inline

◆ operator()() [19/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const half_t & x ) const
inline

◆ operator()() [20/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const int32_t & x ) const
inline

◆ operator()() [21/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( float & y,
const int8_t & x ) const
inline

◆ operator()() [22/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const bf8_t & x ) const
inline

◆ operator()() [23/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const f8_t & x ) const
inline

◆ operator()() [24/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const float & x ) const
inline

◆ operator()() [25/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const half_t & x ) const
inline

◆ operator()() [26/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const int32_t & x ) const
inline

◆ operator()() [27/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( half_t & y,
const int8_t & x ) const
inline

◆ operator()() [28/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( int32_t & y,
const int32_t & x ) const
inline

◆ operator()() [29/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( int32_t & y,
const int8_t & x ) const
inline

◆ operator()() [30/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( int8_t & y,
const float & x ) const
inline

◆ operator()() [31/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( int8_t & y,
const int32_t & x ) const
inline

◆ operator()() [32/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( int8_t & y,
const int8_t & x ) const
inline

◆ operator()() [33/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( pk_i4_t & y,
const pk_i4_t & x ) const
inline

◆ operator()() [34/35]

template<>
__host__ __device__ void ck::tensor_operation::element_wise::PassThrough::operator() ( uint8_t & y,
const uint8_t & x ) const
inline

◆ operator()() [35/35]

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

Member Data Documentation

◆ name

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

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