GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include "seq/pipeline.h"
#include "native/pipeline.h"
#include "omp/pipeline.h"
#include "tbb/pipeline.h"
#include "poly/pipeline.h"
#include "common/patterns.h"
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename Execution , typename Transformer , typename... MoreTransformers, requires_arguments< Transformer > = 0> | |
pipeline_info< Execution, Transformer, MoreTransformers... > | grppi::pipeline (Execution &ex, Transformer &&transform_op, MoreTransformers &&...more_transform_ops) |
Build a composable Pipeline pattern representation that can be composed in other streaming patterns. More... | |