/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/tensor/static_tensor.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/tensor/static_tensor.hpp File Reference#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/tensor/static_tensor.hpp File Reference
static_tensor.hpp File Reference

Go to the source code of this file.

Classes

struct  ck::StaticTensor< AddressSpace, T, TensorDesc, InvalidElementUseNumericalZeroValue, type >
 
struct  ck::StaticTensorTupleOfVectorBuffer< AddressSpace, S, ScalarPerVector, TensorDesc, InvalidElementUseNumericalZeroValue, type >
 

Namespaces

 ck
 

Functions

template<AddressSpaceEnum AddressSpace, typename T , typename TensorDesc , typename enable_if< TensorDesc::IsKnownAtCompileTime(), bool >::type = false>
__host__ constexpr __device__ auto ck::make_static_tensor (TensorDesc)
 
template<AddressSpaceEnum AddressSpace, typename T , typename TensorDesc , typename X , typename enable_if< TensorDesc::IsKnownAtCompileTime(), bool >::type = false, typename enable_if< is_same< remove_cvref_t< T >, remove_cvref_t< X >>::value, bool >::type = false>
__host__ constexpr __device__ auto ck::make_static_tensor (TensorDesc, X invalid_element_value)