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>
Этот коммит содержится в:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user