cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
|
A pair of memory spans, one in device-global memory and one in host/system memory, mapped to it. More...
#include <memory.hpp>
Public Attributes | |
span< T > | host_side |
The two regions mapped to each other by the CUDA driver; they must be identical in size. More... | |
span< T > | device_side |
A pair of memory spans, one in device-global memory and one in host/system memory, mapped to it.
span<T> cuda::memory::mapped::span_pair_t< T >::host_side |
The two regions mapped to each other by the CUDA driver; they must be identical in size.