include/ck/utility/sequence_helper.hpp File Reference

include/ck/utility/sequence_helper.hpp File Reference#

Composable Kernel: include/ck/utility/sequence_helper.hpp File Reference
sequence_helper.hpp File Reference

Go to the source code of this file.

Namespaces

 ck
 

Functions

template<index_t... Is>
__host__ constexpr __device__ auto ck::make_sequence (Number< Is >...)
 
template<typename F , index_t N>
__host__ constexpr __device__ auto ck::generate_sequence (F, Number< N >)
 
template<typename F , index_t N>
__host__ constexpr __device__ auto ck::generate_sequence_v2 (F &&f, Number< N >)
 
template<index_t... Is>
__host__ constexpr __device__ auto ck::to_sequence (Tuple< Number< Is >... >)