SWDEV-341326 - removing sigabrt for NoBinaryForGpu

Change-Id: Ia30fb3efec7f71b870e6a35d5ce51a4aa61fad28
This commit is contained in:
pghafari
2022-07-18 16:25:31 -04:00
committed by Payam Ghafari
parent 1ea4d588ef
commit 9f37acc55f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ hipError_t FatBinaryInfo::ExtractFatBinary(const std::vector<hip::Device*>& devi
}
if (hip_error == hipErrorNoBinaryForGpu) {
guarantee(false, "hipErrorNoBinaryForGpu: Couldn't find binary for current devices!");
LogPrintfError("hipErrorNoBinaryForGpu: Couldn't find binary for current devices! - %d",hip_error);
return hip_error;
}