cuda.bindings.nvml.system_get_cper_v1#

cuda.bindings.nvml.system_get_cper_v1()#

Retrieves Common Platform Error Record (CPER) data.

Returns:

Pointer to an nvmlGetCPER_v1_t. On entry

set cursor.cperTypeMask, cursor.uuid (empty string for all), cursor.handle (to NVML_CPER_CURSOR_HANDLE_INIT for first call), buffer (or NULL), bufferSize. On return cursor.handle and bufferSize are updated.

Return type:

nvmlGetCPER_v1_t

See also

nvmlSystemGetCPER_v1