indexing_adaptor.hpp Source File#
indexing_adaptor.hpp
Go to the documentation of this file.
Definition tile/core/algorithm/cluster_descriptor.hpp:13
static constexpr bool value
Definition type_traits.hpp:77
CK_TILE_HOST_DEVICE constexpr indexing_adaptor_onshot_cached(const IndexingType &idx)
Definition indexing_adaptor.hpp:23
static CK_TILE_HOST_DEVICE constexpr bool is_known_at_compile_time()
Definition indexing_adaptor.hpp:55
CK_TILE_HOST_DEVICE constexpr indexing_adaptor_onshot_cached()=default
CK_TILE_HOST_DEVICE constexpr void calculate_lower_index(LowIdx &idx_low, const UpIdx &) const
Definition indexing_adaptor.hpp:30
IndexingType cached_idx_
Definition indexing_adaptor.hpp:27
CK_TILE_HOST_DEVICE void update_lower_index(LowIdxDiff &idx_diff_low, const UpIdxDiff &idx_diff_up, LowIdx &, const UpIdx &) const
Definition indexing_adaptor.hpp:40