Cast< DstType, SrcType > Struct Template Reference

Cast&lt; DstType, SrcType &gt; Struct Template Reference#

Composable Kernel: ck_tile::element_wise::Cast< DstType, SrcType > Struct Template Reference
ck_tile::element_wise::Cast< DstType, SrcType > Struct Template Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename T>
CK_TILE_HOST_DEVICE void operator() (DstType &y, const SrcType &x) const

Static Public Attributes

static constexpr const char * name = "Cast"

Member Function Documentation

◆ operator()()

template<typename DstType, typename SrcType>
template<typename T>
CK_TILE_HOST_DEVICE void ck_tile::element_wise::Cast< DstType, SrcType >::operator() ( DstType & y,
const SrcType & x ) const
inline

Member Data Documentation

◆ name

template<typename DstType, typename SrcType>
const char* ck_tile::element_wise::Cast< DstType, SrcType >::name = "Cast"
staticconstexpr

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