7.6. CUcheckpointCustomStorageInfo Struct Reference

[Data types used by CUDA driver]

Output from CUDA custom storage checkpoint/restore: per-GPU device pointers and a handle to complete the operation

Public Variables

unsigned int  deviceCount
CUcheckpointOperationHandle handle
CUcheckpointCustomStoragePerDeviceDataperDeviceData

Variables

unsigned int CUcheckpointCustomStorageInfo::deviceCount [inherited]

Number of devices (and elements in perDeviceData array)

CUcheckpointOperationHandleCUcheckpointCustomStorageInfo::handle [inherited]

Handle returned that is needed to complete checkpoint or restore

CUcheckpointCustomStoragePerDeviceData * CUcheckpointCustomStorageInfo::perDeviceData [inherited]

Returned pointer to array of per-device data, one per device. User should set to NULL