Skip to content

Commit

Permalink
Merge amd-staging into amd-master 20230203
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Zhou <Hao.Zhou@amd.com>
Change-Id: I0519fc50fbcb604bc548ce1883c9f57c9a3be250
  • Loading branch information
Hao Zhou authored and Hao Zhou committed Feb 3, 2023
2 parents c4fd53f + 56f9d6b commit c8aace1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python_smi_tools/rocm_smi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,9 @@ def showProductName(deviceList):
device_sku = vbios.value.decode().split('-')[1]
else:
device_sku = 'unknown'
printLog(device, 'Card SKU', '\t\t' + device_sku)
printLog(device, 'Card SKU', '\t\t' + device_sku)
else:
printErrLog(device, "Unable to decode VBIOS value for device SKU")
else:
printLog(device, 'Incompatible device.\n' \
'GPU[%s]\t\t: Expected vendor name: Advanced Micro Devices, Inc. [AMD/ATI]\n' \
Expand Down

0 comments on commit c8aace1

Please sign in to comment.