/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/utility/statically_indexed_array.hpp File Reference#
statically_indexed_array.hpp File Reference
Go to the source code of this file.
Namespaces | |
ck | |
ck::detail | |
Typedefs | |
template<typename T , index_t N> | |
using | ck::StaticallyIndexedArray = typename detail::StaticallyIndexedArrayImpl< T, N >::type |
Functions | |
template<typename X , typename... Xs> | |
__host__ constexpr __device__ auto | ck::make_statically_indexed_array (const X &x, const Xs &... xs) |
template<typename X > | |
__host__ constexpr __device__ auto | ck::make_statically_indexed_array () |