Spans only the nearest power two element to the domain size. It's only use currently is the pre_broadcast
skeleton.
More...
|
template<typename Coord > |
bool | should_spawn (Coord const &skeleton_size, Coord const &coord) const |
|
template<bool forced = false, typename Spawner , typename... Views> |
void | set_size (Spawner const &spawner, Views const &... views) |
|
std::vector< domain_type > | local_domain () const |
|
size_type | dimensions () const |
|
size_type | total_dimension (void) const |
|
size_type | task_dimension (void) const |
|
std::vector< size_type > | level_dimensions (void) const |
|
std::size_t | size () const |
|
std::size_t | linearize (index_type const &coord) const |
|
|
using | size_type = std::size_t |
|
using | dimension_type = typename balanced<>::dimension_type |
|
using | dims_num = std::integral_constant< int, 1 > |
|
using | domain_type = indexed_domain< std::size_t > |
|
using | index_type = domain_type::index_type |
|
Spans only the nearest power two element to the domain size. It's only use currently is the pre_broadcast
skeleton.
- See also
- pre_broadcast
◆ local_domain()
std::vector<domain_type> stapl::skeletons::spans::balanced< 1 >::local_domain |
( |
| ) |
const |
|
inherited |
The documentation for this class was generated from the following file: