Add ROCm 6.1.1 changelog, ROCm SMI deprication, vbios fix

* Updates:
    - Add ROCm 6.1.1 Changelog updates
    - Add planned ROCm SMI deprication notice
    - Fix rocm-smi --showvbios showing extra errors
      for GPUs which do not have a VBIOS (MI300a ASICs)

Change-Id: I0e5ccfe2677f9c7909ca13863a920e323e82b439
Signed-off-by: Charis Poag <Charis.Poag@amd.com>


[ROCm/rocm_smi_lib commit: f5c32b5415]
This commit is contained in:
Charis Poag
2024-03-30 00:11:09 -05:00
parent 2ddcade4e7
commit 0025ebafca
3 changed files with 431 additions and 2 deletions
@@ -2941,7 +2941,7 @@ def showVbiosVersion(deviceList):
"""
printLogSpacer(' VBIOS ')
for device in deviceList:
printLog(device, 'VBIOS version', getVbiosVersion(device))
printLog(device, 'VBIOS version', getVbiosVersion(device, silent=True))
printLogSpacer()