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>
Этот коммит содержится в:
Charis Poag
2024-03-30 00:11:09 -05:00
родитель 750704720b
Коммит f5c32b5415
3 изменённых файлов: 431 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -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()