GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
omp/reduce.h File Reference
#include "parallel_execution_omp.h"
#include "reduce.h"
Include dependency graph for omp/reduce.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 grppi
 

Functions

template<typename InputIt , typename Identity , typename Combiner >
auto grppi::reduce (parallel_execution_omp &ex, InputIt first, InputIt last, Identity identity, Combiner &&combine_op)
 Invoke Reduce pattern with identity value on a data sequence with parallel OpenMP execution. More...