SWDEV-301667 - Logging upgrades

- Use AMD_LOG_LEVEL_SIZE in MBs to set log file size truncation, by default its 2048 MB

Change-Id: Ia2f87e8c6b94148e30edfb602b279f93630817c3
This commit is contained in:
Saleel Kudchadker
2024-09-28 16:42:29 +00:00
parent 292842ad28
commit 35e03ea0d0
3 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -3766,7 +3766,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t* attributes, const void
attributes->isManaged = false;
attributes->allocationFlags = 0;
attributes->device = hipInvalidDeviceId;
LogPrintfError("Cannot get amd_mem_obj for ptr: 0x%x", ptr);
LogPrintfError("Cannot get amd_mem_obj for ptr: %p", ptr);
}
HIP_RETURN(hipSuccess);
}