Add some new HIP_TRACE_API options.

[ROCm/hip commit: e3161bb40e]
This commit is contained in:
Ben Sander
2017-08-16 03:50:04 +00:00
parent c26e1d8c3d
commit 542bd863a2
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ hipError_t hipSetDevice(int deviceId)
hipError_t hipDeviceSynchronize(void)
{
HIP_INIT_API();
HIP_INIT_SPECIAL_API(TRACE_SYNC);
return ihipLogStatus(ihipSynchronize());
}