GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Functions
parallel_execution_tbb.h File Reference
#include "../common/mpmc_queue.h"
#include "../common/iterator.h"
#include "../common/patterns.h"
#include "../common/farm_pattern.h"
#include "../common/execution_traits.h"
#include <type_traits>
#include <tuple>
#include <tbb/tbb.h>
Include dependency graph for parallel_execution_tbb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grppi::parallel_execution_tbb
 TBB parallel execution policy. More...
 

Namespaces

 grppi
 

Functions

template<typename E >
constexpr bool grppi::is_parallel_execution_tbb ()
 Metafunction that determines if type E is parallel_execution_tbb. More...
 
template<>
constexpr bool grppi::is_supported< parallel_execution_tbb > ()
 Determines if an execution policy is supported in the current compilation. More...
 
template<>
constexpr bool grppi::supports_map< parallel_execution_tbb > ()
 Determines if an execution policy supports the map pattern. More...
 
template<>
constexpr bool grppi::supports_reduce< parallel_execution_tbb > ()
 Determines if an execution policy supports the reduce pattern. More...
 
template<>
constexpr bool grppi::supports_map_reduce< parallel_execution_tbb > ()
 Determines if an execution policy supports the map-reduce pattern. More...
 
template<>
constexpr bool grppi::supports_stencil< parallel_execution_tbb > ()
 Determines if an execution policy supports the stencil pattern. More...
 
template<>
constexpr bool grppi::supports_divide_conquer< parallel_execution_tbb > ()
 Determines if an execution policy supports the divide/conquer pattern. More...
 
template<>
constexpr bool grppi::supports_pipeline< parallel_execution_tbb > ()
 Determines if an execution policy supports the pipeline pattern. More...