Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Containers.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/external/hydra_thrust/device_vector.h>
#include <hydra/detail/external/hydra_thrust/host_vector.h>
#include <hydra/detail/external/hydra_thrust/complex.h>
#include <hydra/detail/external/hydra_thrust/system/cuda/experimental/pinned_allocator.h>
Include dependency graph for Containers.inl:

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 

Macros

#define CONTAINERS_INL_
 

Typedefs

template<typename T >
using hydra::mc_device_vector = hydra::thrust::device_vector< T >
 Generic template typedef for hydra::thrust::host_vector. More...
 
template<typename T >
using hydra::mc_host_vector = hydra::thrust::host_vector< T, hydra::thrust::system::cuda::experimental::pinned_allocator< T > >
 Generic template typedef for hydra::thrust::host_vector. More...
 

Macro Definition Documentation

◆ CONTAINERS_INL_

#define CONTAINERS_INL_