thread_buffer.hpp File Reference#
thread_buffer.hpp File Reference
#include "ck_tile/core/config.hpp"#include "ck_tile/core/container/array.hpp"#include "ck_tile/core/container/tuple.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ck_tile |
Typedefs | |
| template<typename T, index_t N> | |
| using | ck_tile::thread_buffer = tuple_array<T, N> |
Functions | |
| template<typename... Ts> | |
| CK_TILE_HOST_DEVICE constexpr auto | ck_tile::make_thread_buffer (Ts &&... ts) |