GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
stream_reduce.h File Reference
#include "common/patterns.h"
Include dependency graph for stream_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 Identity , typename Combiner >
auto grppi::reduce (int window_size, int offset, Identity identity, Combiner &&combine_op)
 Invoke Stream reduction pattern on a stream that can be composed in other streaming patterns. More...