SWDEV-24806 - Fix windows dk build

Change-Id: Iaa497c5736f300c71b63499fc218cfd7769d2e20


[ROCm/clr commit: 13ada9b193]
This commit is contained in:
anusha GodavarthySurya
2021-10-07 10:05:17 -07:00
parent 26e317f519
commit 9327ed2617
+1
Vedi File
@@ -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) {