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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user