Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
OMP.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/detail/external/hydra_thrust/system/omp/detail/par.h>
#include <hydra/detail/external/hydra_thrust/system/omp/vector.h>
Include dependency graph for OMP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::BackendPolicy< Backend::Omp >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 
 hydra::detail::omp
 
 hydra::omp
 

Typedefs

typedef hydra::thrust::system::omp::detail::par_t hydra::detail::omp::omp_t
 
typedef hydra::detail::BackendPolicy< hydra::detail::Backend::Omphydra::omp::sys_t
 
template<typename T >
using hydra::omp::vector = hydra::detail::BackendPolicy< hydra::detail::Backend::Omp >::container< T >
 

Variables

static const omp_t hydra::detail::omp::_omp_
 
static const sys_t hydra::omp::sys =sys_t()