ECC information

ECC information#

AMD SMI: ECC information
ECC information

Functions

amdsmi_status_t amdsmi_get_gpu_total_ecc_count (amdsmi_processor_handle processor_handle, amdsmi_error_count_t *ec)
 Returns the total number of ECC errors (correctable and uncorrectable) in the given GPU. It is not supported on virtual machine guest. More...
 

Detailed Description

Function Documentation

◆ amdsmi_get_gpu_total_ecc_count()

amdsmi_status_t amdsmi_get_gpu_total_ecc_count ( amdsmi_processor_handle  processor_handle,
amdsmi_error_count_t ec 
)

Returns the total number of ECC errors (correctable and uncorrectable) in the given GPU. It is not supported on virtual machine guest.

Parameters
[in]processor_handleDevice which to query
[out]ecReference to ecc error count structure. Must be allocated by user.
Returns
amdsmi_status_t | AMDSMI_STATUS_SUCCESS on success, non-zero on fail