Only use ihipLogStatus from top-level HIP functions.

Change-Id: I07e9c088d5c16a79ed52cb008a798889a656016c


[ROCm/hip commit: db9fe9f494]
This commit is contained in:
Ben Sander
2016-09-01 17:58:24 -05:00
parent 85ae05c401
commit d3fb92374d
5 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ hipError_t hipSetDevice(int deviceId)
*/
hipError_t hipDeviceSynchronize(void)
{
HIP_INIT_API(1);
HIP_INIT_API();
return ihipSynchronize();
}