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/cuda/detail/par.h>
#include <hydra/detail/external/hydra_thrust/system/cuda/vector.h>
Go to the source code of this file.
Data Structures | |
struct | hydra::detail::BackendPolicy< Backend::Cuda > |
Namespaces | |
hydra | |
Generic policies definition. | |
hydra::cuda | |
hydra::detail | |
hydra::detail::cuda | |
Typedefs | |
typedef hydra::thrust::system::cuda::detail::par_t | hydra::detail::cuda::cuda_t |
typedef hydra::detail::BackendPolicy< hydra::detail::Backend::Cuda > | hydra::cuda::sys_t |
template<typename T > | |
using | hydra::cuda::vector = hydra::detail::BackendPolicy< hydra::detail::Backend::Cuda >::container< T > |
Variables | |
static const cuda_t | hydra::detail::cuda::_cuda_ |
static const sys_t | hydra::cuda::sys =sys_t() |