Check error return from aqlCreateHWInfo

Change-Id: If57c30d0605dc628d93a0d8131836ecde9834261


[ROCm/clr commit: 30729a716f]
Este commit está contenido en:
Tony Tye
2021-01-10 02:23:21 +00:00
padre 29ca46821b
commit f8e3f167a0
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
+3 -1
Ver fichero
@@ -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
Ver fichero
@@ -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;