HAMR
The Heterogeneous Accelerator Memory Resource
hamr::cuda_malloc_host_allocator< T, E > Struct Template Reference

#include <hamr_cuda_malloc_host_allocator.h>

Detailed Description

template<typename T, typename E = void>
struct hamr::cuda_malloc_host_allocator< T, E >

A class for allocating arrays with cudaMallocHost. Use this allocator for host accessible memory when you want to overlap data movement and computation with CUDA.


The documentation for this struct was generated from the following file: