SWDEV-277566 - Fix LinuxPro build

Change-Id: I3e15ae55591d669a87ce0d69fecf9fa32b85b0a6
This commit is contained in:
Jason Tang
2021-05-17 12:35:43 -04:00
committed by Jason Tang
parent ce0f1c7c35
commit 8aa89274c8
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1784,7 +1784,7 @@ bool Program::loadHSAIL() {
void* bin = const_cast<void*>(amd::Hsail::ExtractSection(device().compiler(), binaryElf_,
&binSize, aclTEXT, &errorCode));
if (errorCode != ACL_SUCCESS) {
LogPrintfError("Error: cannot extract ISA from compiled binary.\n");
LogError("Error: cannot extract ISA from compiled binary.");
return false;
}
// Call the device layer to setup all available kernels on the actual device