7.56. CUcheckpointRestoreArgs
Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h
-
struct CUcheckpointRestoreArgs
CUDA checkpoint optional restore arguments.
Public Members
-
CUcheckpointGpuPair *gpuPairs
Pointer to array of gpu pairs that indicate how to remap GPUs during restore.
-
unsigned int gpuPairsCount
Number of gpu pairs to remap.
-
unsigned int padding0
Padding to align the following fields.
-
CUcheckpointCustomStorageInfo **customStorageInfo_out
Optional custom storage; if NULL, GPU memory is restored from host.
-
char reserved[64 - sizeof(CUcheckpointGpuPair*) - 2 * sizeof(unsigned int) - sizeof(CUcheckpointCustomStorageInfo**)]
Reserved for future use, must be zeroed; includes alignment before
customStorageInfo.
-
CUcheckpointGpuPair *gpuPairs