remove HIP_INIT_API from ihipSynchronize

Change-Id: Ibe0739efe55573c023212d9c28ba847c777e434c


[ROCm/clr commit: 7fdebfb8e3]
This commit is contained in:
Aditya Atluri
2016-08-29 21:42:22 -05:00
parent ab83d52bd4
commit eb6863017c
-2
View File
@@ -160,8 +160,6 @@ ihipCtx_t *ihipGetTlsDefaultCtx()
hipError_t ihipSynchronize(void)
{
HIP_INIT_API();
ihipGetTlsDefaultCtx()->locked_waitAllStreams(); // ignores non-blocking streams, this waits for all activity to finish.
return ihipLogStatus(hipSuccess);