SWDEV-301667 - Better log

Change-Id: I3b5b3593cb0144e56a4ddea2fa29028544a73203
This commit is contained in:
Saleel Kudchadker
2023-06-15 21:13:18 -07:00
parent 0330801846
commit b2240bcda5
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3364,7 +3364,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t* attributes, const void
HIP_RETURN(hipSuccess);
}
LogPrintfError("Cannot get amd_mem_obj for ptr: 0x%x \n", ptr);
LogPrintfError("Cannot get amd_mem_obj for ptr: %p \n", ptr);
HIP_RETURN(hipErrorInvalidValue);
}