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 OutputIt , typename Transformer , typename... OtherInputIts> | |
void | grppi::internal_map (parallel_execution_omp &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op, int i, int elemperthr, OtherInputIts...more_firsts) |
template<typename InputIt , typename OutputIt , typename Transformer > | |
void | grppi::map (parallel_execution_omp &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op) |
Invoke Map pattern on a data sequence with OpenMP parallel execution. More... | |
template<typename InputIt , typename OutputIt , typename Transformer , typename... OtherInputIts> | |
void | grppi::map (parallel_execution_omp &ex, InputIt first, InputIt last, OutputIt first_out, Transformer &&transf_op, OtherInputIts...more_firsts) |
Invoke Map pattern on a data sequence with OpenMP execution. More... | |