GrPPI  0.2
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 data parallel patterns
25 #include "map.h"
26 #include "mapreduce.h"
27 #include "reduce.h"
28 #include "stencil.h"
29 
30 namespace grppi {
31 
37 }
38 
39 // Includes for task patterns
40 #include "divideconquer.h"
41 
42 namespace grppi {
43 
48 }
49 
50 // Includes for streaming patterns
51 #include "farm.h"
52 #include "pipeline.h"
53 #include "stream_filter.h"
54 #include "stream_iteration.h"
55 #include "stream_reduce.h"
56 
57 namespace grppi {
58 
64 }
65 
66 #endif
Definition: callable_traits.h:24