to_sequence.hpp File Reference#
to_sequence.hpp File Reference
#include "ck_tile/core/container/sequence.hpp"Go to the source code of this file.
Macros | |
| #define | TO_SEQUENCE(a, n) |
Macro Definition Documentation
◆ TO_SEQUENCE
| #define TO_SEQUENCE | ( | a, | |
| n ) |
Value:
_Pragma("clang diagnostic push") _Pragma( \
ck_tile::sequence<IDX_IDX_...>) \
{ \
} \
_Pragma("clang diagnostic pop")
Definition tile/core/algorithm/cluster_descriptor.hpp:13
typename __make_integer_seq< impl::__integer_sequence, index_t, N >::seq_type make_index_sequence
Definition tile/core/container/sequence.hpp:230
Definition tile/core/container/sequence.hpp:49