GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
#include "../common/mpmc_queue.h"
#include "../common/iterator.h"
#include "../common/callable_traits.h"
#include "../common/execution_traits.h"
#include "../common/patterns.h"
#include "../common/pack_traits.h"
#include <type_traits>
#include <tuple>
#include <iterator>
Go to the source code of this file.
Classes | |
class | grppi::sequential_execution |
Sequential execution policy. More... | |
Namespaces | |
grppi | |
Functions | |
template<typename E > | |
constexpr bool | grppi::is_sequential_execution () |
Determine if a type is a sequential execution policy. More... | |
template<> | |
constexpr bool | grppi::is_supported< sequential_execution > () |
Determines if an execution policy is supported in the current compilation. More... | |
template<> | |
constexpr bool | grppi::supports_map< sequential_execution > () |
Determines if an execution policy supports the map pattern. More... | |
template<> | |
constexpr bool | grppi::supports_reduce< sequential_execution > () |
Determines if an execution policy supports the reduce pattern. More... | |
template<> | |
constexpr bool | grppi::supports_map_reduce< sequential_execution > () |
Determines if an execution policy supports the map-reduce pattern. More... | |
template<> | |
constexpr bool | grppi::supports_stencil< sequential_execution > () |
Determines if an execution policy supports the stencil pattern. More... | |
template<> | |
constexpr bool | grppi::supports_divide_conquer< sequential_execution > () |
Determines if an execution policy supports the divide/conquer pattern. More... | |
template<> | |
constexpr bool | grppi::supports_pipeline< sequential_execution > () |
Determines if an execution policy supports the pipeline pattern. More... | |