GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
#include "common/patterns.h"
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 md_stream-reduce on a stream that can be composed in other streaming patterns. More... | |