A span which is used for skeletons with nested execution.
More...
|
template<bool forced = false, typename Spawner , typename... Views> |
void | set_size (Spawner const &spawner, Views const &... views) |
|
nested_size_t | total_dimension (void) const |
|
nested_size_t | task_dimension (void) const |
|
std::array< nested_size_t, level > | level_dimensions (void) const |
|
std::vector< domain_type > const & | local_domain () |
|
bool | should_spawn (Coord const &skeleton_size, Coord const &coord) const |
|
size_type | dimensions () const |
|
std::size_t | size () const |
|
std::size_t | linearize (index_type const &coord) const |
|
linearization_type | get_linear_mf (void) const |
|
|
using | base_t = blocked< dims > |
|
using | size_type = typename base_t::size_type |
|
using | dims_num = std::integral_constant< size_t, dims > |
|
using | nested_size_t = homogeneous_tuple_type_t< nested_dims, size_t > |
|
using | nested_dims_num = std::integral_constant< int, nested_dims > |
|
using | traversal_type = typename default_traversal< i >::type |
|
using | partition_type = multiarray_impl::block_partition< typename default_traversal< i >::type > |
|
using | domain_type = typename partition_type::domain_type |
|
using | index_type = typename domain_type::index_type |
|
using | dimension_type = std::integral_constant< int, i > |
|
using | linearization_type = nd_linearize< index_type, traversal_type > |
|
|
void | set_size_impl (Spawner const &spawner, View const &view) |
|
|
std::vector< domain_type > | m_local_domain |
|
domain_type | m_global_domain |
|
linearization_type | m_linear_mf |
|
template<int dims, int nested_dims, typename Op, size_t level>
class stapl::skeletons::spans::nest_blocked< dims, nested_dims, Op, level >
A span which is used for skeletons with nested execution.
◆ local_domain()
The documentation for this class was generated from the following file: