Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <HOST.h>
Public Types | |
template<typename T > | |
using | container = hydra::thrust::host_vector< T, hydra::thrust::mr::stateless_resource_allocator< T, hydra::thrust::system::cuda::universal_host_pinned_memory_resource > > |
typedef hydra::thrust::host_execution_policy< host::host_t > | execution_policy_type |
Data Fields | |
const host::host_t | backend = host::_host_ |
using hydra::detail::BackendPolicy< Backend::Host >::container = hydra::thrust::host_vector<T , hydra::thrust::mr::stateless_resource_allocator<T, hydra::thrust::system::cuda::universal_host_pinned_memory_resource> > |
typedef hydra::thrust::host_execution_policy<host::host_t> hydra::detail::BackendPolicy< Backend::Host >::execution_policy_type |
const host::host_t hydra::detail::BackendPolicy< Backend::Host >::backend = host::_host_ |