We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec9be8 commit 4944fc9Copy full SHA for 4944fc9
hipamd/src/hip_fatbin.cpp
@@ -217,7 +217,7 @@ hipError_t FatBinaryInfo::ExtractFatBinaryUsingCOMGR(const std::vector<hip::Devi
217
if ((comgr_status = amd::Comgr::create_data(AMD_COMGR_DATA_KIND_FATBIN, &data_object)) !=
218
AMD_COMGR_STATUS_SUCCESS) {
219
LogPrintfError("Creating data object failed with status %d ", comgr_status);
220
- hip_status = hipErrorInvalidValue;
+ hip_status = hipErrorInvalidImage;
221
break;
222
}
223
0 commit comments