cuda.bindings.nvml.device_get_sram_ecc_error_status#

cuda.bindings.nvml.device_get_sram_ecc_error_status(intptr_t device)#

Get SRAM ECC error status of this device.

For Ampere ™️ or newer fully supported devices. Requires root/admin permissions. See nvmlEccSramErrorStatus_v1_t for more information on the struct.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Returns SRAM ECC error status.

Return type:

nvmlEccSramErrorStatus_v1_t

See also

nvmlDeviceGetSramEccErrorStatus