Skip to content

DPC++ daily 2022-10-23

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 23 Oct 16:37
· 122777 commits to sycl since this release
6c9a380
[SYCL] Fix event status query during queue flushing (#7147)

Some events may have no native handle even at the point of cross queue
dependency flushing (e.g. those produced by a 0 size memset, where no PI
call is actually made). This patch changes the assertion of native
handle's existence into a check so that we handle this case properly.