GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
grppi.h
Go to the documentation of this file.
1 
21 #ifndef GRPPI_GRPPI_H
22 #define GRPPI_GRPPI_H
23 
24 // Includes for execution policies
25 #include "dyn/dynamic_execution.h"
26 
27 // Includes for data parallel patterns
28 #include "map.h"
29 #include "mapreduce.h"
30 #include "reduce.h"
31 #include "stencil.h"
32 
33 namespace grppi {
34 
40 }
41 
42 // Includes for task patterns
43 #include "divideconquer.h"
44 
45 namespace grppi {
46 
51 }
52 
53 // Includes for streaming patterns
54 #include "context.h"
55 #include "farm.h"
56 #include "pipeline.h"
57 #include "stream_filter.h"
58 #include "stream_iteration.h"
59 #include "stream_reduce.h"
60 
61 namespace grppi {
62 
68 }
69 
70 #endif
Definition: callable_traits.h:26