GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include "parallel_execution_omp.h"
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename InputIt , typename Transformer , typename Result , typename Combiner > | |
Result | grppi::map_reduce (parallel_execution_omp &ex, InputIt first, InputIt last, Result identity, Transformer &&transform_op, Combiner &&combine_op) |
Invoke Map/reduce pattern on a data sequence with native parallel execution. More... | |