7.8. CUcheckpointRestoreArgs Struct Reference

[Data types used by CUDA driver]

CUDA checkpoint optional restore arguments

Public Variables

CUcheckpointGpuPairgpuPairs
unsigned int  gpuPairsCount
char  reserved[64-sizeof(CUcheckpointGpuPair *)-sizeof(unsigned int)]

Variables

CUcheckpointGpuPair * CUcheckpointRestoreArgs::gpuPairs [inherited]

Pointer to array of gpu pairs that indicate how to remap GPUs during restore

unsigned int CUcheckpointRestoreArgs::gpuPairsCount [inherited]

Number of gpu pairs to remap

char CUcheckpointRestoreArgs::reserved[64-sizeof(CUcheckpointGpuPair *)-sizeof(unsigned int)] [inherited]

Reserved for future use, must be zeroed