SWDEV-379388 - remove check for all streams done

- cuda shows  a different behaviour and different error need more
  investigation

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: I68771102ba4dff6157bca34a4135cb245f023d08


[ROCm/clr commit: ea5838320e]
此提交包含在:
sdashmiz
2023-02-17 14:21:59 -05:00
提交者 Maneesh Gupta
父節點 2e0fd95d74
當前提交 4c50e4a6ec
共有 2 個檔案被更改,包括 0 行新增9 行删除
-3
查看文件
@@ -410,9 +410,6 @@ hipError_t hipEventSynchronize(hipEvent_t event) {
HIP_RETURN(hipErrorInvalidHandle);
}
if (hip::Stream::StreamCaptureOngoing() == true) {
HIP_RETURN(hipErrorStreamCaptureUnsupported);
}
hip::Event* e = reinterpret_cast<hip::Event*>(event);
HIP_RETURN(e->synchronize());
}