[offload] Fix compilation (#194081)

This commit is contained in:
Ivan R. Ivanov
2026-04-25 00:50:18 +02:00
committed by GitHub
parent ca934b892f
commit 327f027f10

View File

@@ -3459,8 +3459,8 @@ private:
if (auto Err = getDeviceAttr(HSA_AMD_AGENT_INFO_MEMORY_PROPERTIES,
MemoryProperties)) {
IsAPU = false;
ODBG(ODT_Tool) << "HSA_AMD_AGENT_INFO_MEMORY_PROPERTIES is unavailable, "
"assuming not APU";
ODBG(OLDT_Init) << "HSA_AMD_AGENT_INFO_MEMORY_PROPERTIES is unavailable, "
"assuming not APU";
return Plugin::success();
}