The OpenD Programming Language

CUDA_EXTERNAL_MEMORY_HANDLE_DESC

External memory handle descriptor

struct CUDA_EXTERNAL_MEMORY_HANDLE_DESC {
handle_st handle;
uint[16] reserved;
}

Members

Unions

handle_st
union handle_st
Undocumented in source.

Variables

flags
uint flags;

Flags must either be zero or ::CUDA_EXTERNAL_MEMORY_DEDICATED

size
ulong size;

Size of the memory allocation

type
CUexternalMemoryHandleType type;

Type of the handle

Meta