Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#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>
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::Omp > | hydra::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() |