From 9327ed26171f0ac0383bcf00fa94b707587f45f1 Mon Sep 17 00:00:00 2001 From: anusha GodavarthySurya Date: Thu, 7 Oct 2021 10:05:17 -0700 Subject: [PATCH] SWDEV-24806 - Fix windows dk build Change-Id: Iaa497c5736f300c71b63499fc218cfd7769d2e20 [ROCm/clr commit: 13ada9b1939f0ef0d69b1e76978343c4067109ab] --- projects/clr/hipamd/src/hip_event.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/hipamd/src/hip_event.cpp b/projects/clr/hipamd/src/hip_event.cpp index 42a3192c44..77c5da2314 100644 --- a/projects/clr/hipamd/src/hip_event.cpp +++ b/projects/clr/hipamd/src/hip_event.cpp @@ -195,6 +195,7 @@ hipError_t Event::enqueueStreamWaitCommand(hipStream_t stream, amd::Command* com } else { command->enqueue(); } + return hipSuccess; } hipError_t Event::streamWait(hipStream_t stream, uint flags) {