GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Identity , typename Generator , typename Combiner , typename Consumer > | |
void | grppi::stream_reduce (parallel_execution_tbb &ex, int window_size, int offset, Identity identity, Generator &&generate_op, Combiner &&combine_op, Consumer consume_op) |
Invoke Stream reduction pattern on a stream with TBB parallel execution. More... | |