|
AI Engine API User Guide (AIE) 2023.1
|
#include <interleave.hpp>
Public Types | |
| using | vector_type = vector< T, Elems > |
Static Public Member Functions | |
| template<bool First, typename... SelectNext> | |
| static constexpr unsigned | compute_offset_mask (unsigned select, SelectNext... select_next) |
| template<typename... Select> | |
| static constexpr auto | compute_offsets (Select... select) |
| template<typename... SelectNext> | |
| static constexpr unsigned | compute_select_mask (unsigned select, SelectNext... select_next) |
| template<typename... Select> | |
| static vector_type | run (const vector_type &a, const vector_type &b, Select... select) |
Static Public Attributes | |
| static constexpr unsigned | Elems = 8 |
| using aie::detail::interleave_common_helper< 64, T, 8 >::vector_type = vector<T, Elems> |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestatic |
|
staticconstexpr |