GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
Go to the source code of this file.
Namespaces | |
grppi | |
Functions | |
template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood > | |
void | grppi::stencil (sequential_execution &ex, InputIt first, InputIt last, OutputIt out, StencilTransformer transform_op, Neighbourhood neighbour_op) |
Invoke Stencil pattern on a data sequence with sequential execution. More... | |
template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood , typename... OtherInputIts> | |
void | grppi::stencil (sequential_execution &ex, InputIt first, InputIt last, OutputIt out, StencilTransformer transform_op, Neighbourhood neighbour_op, OtherInputIts...other_firsts) |
Invoke Stencil pattern on multiple data sequences with sequential execution. More... | |