rocm-smi --showxgmierr return error instead of error counter values

The rocm-smi pass wrong arguments

Change-Id: I3a3923abdd263d4af87f3ec90670bb16afa2ef9b
This commit is contained in:
Bill(Shuzhou) Liu
2023-02-08 09:10:17 -06:00
committed by Shuzhou Liu
parent 00a6c78a51
commit ae10e842af
+1 -1
View File
@@ -2476,7 +2476,7 @@ def showXgmiErr(deviceList):
printLogSpacer('XGMI Error status')
xe = rsmi_xgmi_status_t()
for device in deviceList:
ret = rocmsmi.rsmi_dev_xgmi_error_status(device, xe)
ret = rocmsmi.rsmi_dev_xgmi_error_status(device, byref(xe))
if rsmi_ret_ok(ret, device, 'xgmi status'):
desc = ''
if xe.value is None: