GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Execution , typename InputIt , typename Result , typename Combiner , requires_iterator< InputIt > = 0> | |
auto | grppi::reduce (const Execution &ex, InputIt first, std::size_t size, Result &&identity, Combiner &&combine_op) |
Invoke Reduce pattern with identity value on a data sequence with sequential execution. More... | |
template<typename Execution , typename InputIt , typename Result , typename Combiner , requires_iterator< InputIt > = 0> | |
auto | grppi::reduce (const Execution &ex, InputIt first, InputIt last, Result &&identity, Combiner &&combine_op) |
Invoke Reduce pattern with identity value on a data sequence with sequential execution. More... | |