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:
Ori Messinger
2024-05-02 13:59:14 -04:00
odevzdal Maisam Arif
rodič 3d82f1799d
revize 0c48cd9122
4 změnil soubory, kde provedl 27 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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