Add some new HIP_TRACE_API options.

This commit is contained in:
Ben Sander
2017-08-16 03:50:04 +00:00
parent 94554500db
commit d6aee9ad8f
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());
}