Check error return from aqlCreateHWInfo

Change-Id: If57c30d0605dc628d93a0d8131836ecde9834261
This commit is contained in:
Tony Tye
2021-01-10 02:23:21 +00:00
parent e5431676d4
commit 30729a716f
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
+3 -1
Vedi File
@@ -3095,7 +3095,9 @@ bool HSAILKernel::init(amd::hsa::loader::Symbol* sym, bool finalize) {
}
}
aqlCreateHWInfo(sym);
if (!aqlCreateHWInfo(sym)) {
return false;
}
// Pull out metadata from the ELF
size_t sizeOfArgList;
+3 -1
Vedi File
@@ -143,7 +143,9 @@ bool HSAILKernel::init(amd::hsa::loader::Symbol* sym, bool finalize) {
}
}
aqlCreateHWInfo(sym);
if (!aqlCreateHWInfo(sym)) {
return false;
}
// Pull out metadata from the ELF
size_t sizeOfArgList;