ROCm SMI LIB: Fix rsmiBindings.py.in Mismatch
This commit aligns the rsmiBindings.py.in file's "notification_type_names" & "rsmi_evt_notification_type_t" with those found in the rsmiBindings.py file. Change-Id: I67f36606c505992fb98495651310bd70a1755033 Signed-off-by: Ori Messinger <Ori.Messinger@amd.com>
Tento commit je obsažen v:
@@ -107,8 +107,8 @@ notification_type_names = ['VM_FAULT', 'THERMAL_THROTTLE', 'GPU_PRE_RESET', 'GPU
|
||||
|
||||
class rsmi_evt_notification_type_t(c_int):
|
||||
RSMI_EVT_NOTIF_NONE = 0
|
||||
RSMI_EVT_NOTIF_FIRST = RSMI_EVT_NOTIF_NONE
|
||||
RSMI_EVT_NOTIF_VMFAULT = 1
|
||||
RSMI_EVT_NOTIF_FIRST = RSMI_EVT_NOTIF_VMFAULT
|
||||
RSMI_EVT_NOTIF_THERMAL_THROTTLE = 2
|
||||
RSMI_EVT_NOTIF_GPU_PRE_RESET = 3
|
||||
RSMI_EVT_NOTIF_GPU_POST_RESET = 4
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele