The device name and vbios version is incorrect

Get the device name from rocm-smi which is not displayed properly
in some cards. Set the vibos version using the rocm-smi.

Change-Id: I138f1760cde94007cb93cad02c6d8cccbb4afa28
This commit is contained in:
Bill(Shuzhou) Liu
2022-10-27 13:06:52 -05:00
förälder a25c71b730
incheckning 9a92ea833f
2 ändrade filer med 26 tillägg och 11 borttagningar
@@ -123,7 +123,8 @@ void TestSysInfoRead::Run(void) {
}
} else {
IF_VERB(STANDARD) {
std::cout << "\t**VBIOS Version: " << std::hex << buffer << std::endl;
std::cout << "\t**VBIOS Version: "
<< info.vbios_version_string << std::endl;
}
}