Add ns-level timer for HIP API routines

Refactor some miuses of ihipLogStatus, these should only be in top-level
HIP APIs and should be paired with HIP_API_INIT calls.
This commit is contained in:
Ben Sander
2017-10-30 20:18:41 +00:00
vanhempi 2e8ec71e40
commit 7e908bdec8
5 muutettua tiedostoa jossa 30 lisäystä ja 17 poistoa
-1
Näytä tiedosto
@@ -140,7 +140,6 @@ hipError_t hipStreamQuery(hipStream_t stream)
//---
hipError_t hipStreamSynchronize(hipStream_t stream)
{
HIP_INIT_API(stream);
HIP_INIT_SPECIAL_API(TRACE_SYNC, stream);
hipError_t e = hipSuccess;