SWDEV-381302 - Added Error handling for Set & Metric

Bug Fixes for Set and Fan
Updated lib_amdsmi.so directory access
Backwards compatability fixes for gpuv-smi

Change-Id: I3b7977859c750c1c3d6f41eaa761c81d8b9e5184
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
This commit is contained in:
Maisam Arif
2023-04-15 02:00:37 -05:00
parent 06f12c4700
commit 0830e983d8
10 changed files with 611 additions and 481 deletions
+1 -1
View File
@@ -2437,7 +2437,7 @@ def amdsmi_dev_get_ecc_count(
ec = amdsmi_wrapper.amdsmi_error_count_t()
_check_res(
amdsmi_wrapper. amdsmi_dev_get_ecc_count(
amdsmi_wrapper.amdsmi_dev_get_ecc_count(
device_handle, block, ctypes.byref(ec))
)