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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Referens i nytt ärende
Block a user