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, uncorrectable and deferred) 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, uncorrectable and deferred) in the given GPU. It is not supported on virtual machine guest.
- Platform:
gpu_bm_linux
host
- Parameters
-
[in] processor_handle Device which to query [out] ec Reference to ecc error count structure. Must be allocated by user.
- Returns
- amdsmi_status_t | AMDSMI_STATUS_SUCCESS on success, non-zero on fail