GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include "seq/stream_reduce.h"
#include "native/stream_reduce.h"
#include "omp/stream_reduce.h"
#include "tbb/stream_reduce.h"
#include "poly/stream_reduce.h"
#include "common/patterns.h"
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Execution , typename Identity , typename Combiner > | |
auto | grppi::stream_reduce (Execution &ex, 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... | |