CUDA_EXTERNAL_MEMORY_HANDLE_DESC

External memory handle descriptor

Members

Unions

handle_st
union handle_st
Undocumented in source.

Variables

flags
uint flags;

Flags must either be zero or ::CUDA_EXTERNAL_MEMORY_DEDICATED

handle
handle_st handle;
Undocumented in source.
reserved
uint[16] reserved;
Undocumented in source.
size
ulong size;

Size of the memory allocation

type
CUexternalMemoryHandleType type;

Type of the handle

Meta