GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include "seq/farm.h"
#include "native/farm.h"
#include "omp/farm.h"
#include "tbb/farm.h"
#include "poly/farm.h"
#include "common/patterns.h"
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Execution , typename Transformer > | |
auto | grppi::farm (Execution &ex, Transformer &&transform_op) |
Invoke Farm pattern on a data stream that can be composed in other streaming patterns. More... | |