cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Public Attributes | List of all members
cuda::memory::mapped::region_pair Struct Reference

A pair of memory regions, one in system (=host) memory and one on a CUDA device's memory - mapped to each other. More...

#include <memory.hpp>

Public Attributes

void * host_side
 
void * device_side
 
size_t size_in_bytes
 

Detailed Description

A pair of memory regions, one in system (=host) memory and one on a CUDA device's memory - mapped to each other.

Note
this is the mapped-pair equivalent of a void *; it is not a proper memory region abstraction, i.e. it has no size information

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