DPC++ daily 2022-10-23
Pre-release
Pre-release
·
122777 commits
to sycl
since this release
[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.