SWDEV-300655 - HIP trace cleanup

Change-Id: Iebc1eefe8d81d2f1f8adbab47e1351f03635868f


[ROCm/clr commit: c8983ead49]
Tento commit je obsažen v:
Sarbojit Sarkar
2021-09-01 12:07:23 +00:00
odevzdal Sarbojit Sarkar
rodič 5bfa893ac8
revize 0c08bbf838
3 změnil soubory, kde provedl 6 přidání a 7 odebrání
+1 -2
Zobrazit soubor
@@ -230,7 +230,6 @@ hipError_t ihipMallocManaged(void** ptr, size_t size, unsigned int align) {
return hipErrorMemoryAllocation;
}
ClPrint(amd::LOG_INFO, amd::LOG_API, "%-5d: [%zx] ihipMallocManaged ptr=0x%zx", getpid(),
std::this_thread::get_id(), *ptr);
ClPrint(amd::LOG_INFO, amd::LOG_API, "ihipMallocManaged ptr=0x%zx", *ptr);
return hipSuccess;
}