Conditional base class of task_graph_impl used for PARAGRAPHs that destroy themselves incrementally as they execute. More...
Public Member Functions | |
ephemeral_pg (Task *const factory_task_ptr) | |
Stores the factory task with default scheduling information. | |
ephemeral_pg (ephemeral_pg const &other) | |
void | add_starting_task (Task *const) |
Required to provide a consistent interface to the derived class. Ephemeral PARAGRAPHs only have the factory task as their starting task. | |
std::pair< Task **, Task ** > | get_executor_start_tasks (void) |
Return a range of a single task that contains the factory task. | |
Task & | factory (void) const |
Return the factory of the PARAGRAPH. More... | |
Conditional base class of task_graph_impl used for PARAGRAPHs that destroy themselves incrementally as they execute.
Task | class used to represent PARAGRAPH tasks. |
SchedInfo | Information required by the scheduler processing the PARAGRAPH to order tasks. |
Task& stapl::detail::ephemeral_pg< Task >::factory | ( | void | ) | const |
Return the factory of the PARAGRAPH.