GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
poly/stencil.h File Reference
#include "polymorphic_execution.h"
#include "../common/support.h"
Include dependency graph for poly/stencil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 grppi
 

Functions

template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood >
void grppi::stencil_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&op, Neighbourhood &&neighbor)
 
template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood , typename... OtherInputIts>
void grppi::stencil_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&op, Neighbourhood &&neighbor, OtherInputIts...other_its)
 
template<typename E , typename... O, typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood , internal::requires_execution_not_supported< E > = 0>
void grppi::stencil_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&op, Neighbourhood &&neighbor)
 
template<typename E , typename... O, typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood , typename... OtherInputIts, internal::requires_execution_not_supported< E > = 0>
void grppi::stencil_multi_impl (polymorphic_execution &e, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&op, Neighbourhood &&neighbor, OtherInputIts...other_its)
 
template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood >
void grppi::stencil (polymorphic_execution &ex, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&transform_op, Neighbourhood &&neighbour_op)
 Invoke Stencil pattern on a data sequence with polymorphic execution. More...
 
template<typename InputIt , typename OutputIt , typename StencilTransformer , typename Neighbourhood , typename... OtherInputIts>
void grppi::stencil (polymorphic_execution &ex, InputIt first, InputIt last, OutputIt first_out, StencilTransformer &&transform_op, Neighbourhood &&neighbour_op, OtherInputIts...other_its)
 Invoke Stencil pattern on multiple data sequences with sequential execution. More...