rocm-smi --showxgmierr return error instead of error counter values
The rocm-smi pass wrong arguments
Change-Id: I3a3923abdd263d4af87f3ec90670bb16afa2ef9b
[ROCm/rocm_smi_lib commit: ae10e842af]
This commit is contained in:
committed by
Shuzhou Liu
parent
0cb9fad0bf
commit
79583335ee
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user