GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Generator , typename Consumer > | |
void | grppi::farm (parallel_execution_omp &ex, Generator generate_op, Consumer consume_op) |
Invoke the Farm pattern on a data stream with OpenMP parallel execution with a generator and a consumer. More... | |
template<typename Generator , typename Transformer , typename Consumer > | |
void | grppi::farm (parallel_execution_omp &ex, Generator generate_op, Transformer transform_op, Consumer consume_op) |
Invoke the Farm pattern on a data stream with OpenMP parallel execution with a generator, a transformer, and a consumer. More... | |