GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
stencil.h
Go to the documentation of this file.
1 
21 #ifndef GRPPI_STENCIL_H
22 #define GRPPI_STENCIL_H
23 
24 #include "seq/stencil.h"
25 #include "native/stencil.h"
26 #include "omp/stencil.h"
27 #include "tbb/stencil.h"
28 #include "poly/stencil.h"
29 
30 namespace grppi {
31 
40 }
41 
42 #endif
Definition: callable_traits.h:24