From eb6863017c4e8b487c9aa6c887a0c12b690ab574 Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Mon, 29 Aug 2016 21:42:22 -0500 Subject: [PATCH] remove HIP_INIT_API from ihipSynchronize Change-Id: Ibe0739efe55573c023212d9c28ba847c777e434c [ROCm/clr commit: 7fdebfb8e36e83843082bf8c700c9f0962ef655a] --- projects/clr/hipamd/src/hip_hcc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/clr/hipamd/src/hip_hcc.cpp b/projects/clr/hipamd/src/hip_hcc.cpp index 340d572bec..ea8604b7c4 100644 --- a/projects/clr/hipamd/src/hip_hcc.cpp +++ b/projects/clr/hipamd/src/hip_hcc.cpp @@ -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);