rocm-smi --showxgmierr return error instead of error counter values
The rocm-smi pass wrong arguments Change-Id: I3a3923abdd263d4af87f3ec90670bb16afa2ef9b
This commit is contained in:
committed by
Shuzhou Liu
parent
00a6c78a51
commit
ae10e842af
@@ -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