CUDA_EXTERNAL_MEMORY_HANDLE_DESC
- Provided by: nvidia-cuda-dev (Version: 10.1.243-3)
- Source: nvidia-cuda-toolkit
- Report a bug
unsigned long long size
CUexternalMemoryHandleType type
int fd
void * handle
struct {
void * handle
} win32
External memory handle descriptor
File descriptor referencing the memory object. Valid when type is CU_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD
Valid NT handle. Must be NULL if 'name' is non-NULL
Size of the memory allocation
Type of the handle
Win32 handle referencing the semaphore object. Valid when type is one of the following:
Generated automatically by Doxygen from the source code.