#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>
Go to the source code of this file.
|
| | hydra |
| | Generic policies definition.
|
| |
|
| 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...
|
| |
◆ CONTAINERS_INL_