sequence_helper.hpp File Reference#
sequence_helper.hpp File Reference
#include "ck/utility/tuple.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ck |
Functions | |
| template<index_t... Is> | |
| __host__ __device__ constexpr auto | ck::make_sequence (Number< Is >...) |
| template<typename F, index_t N> | |
| __host__ __device__ constexpr auto | ck::generate_sequence (F, Number< N >) |
| template<typename F, index_t N> | |
| __host__ __device__ constexpr auto | ck::generate_sequence_v2 (F &&f, Number< N >) |
| template<index_t... Is> | |
| __host__ __device__ constexpr auto | ck::to_sequence (Tuple< Number< Is >... >) |