You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][L0]: Check Queue refcnt prior to using members in event wait/release (#2471)
- If the Queue was cleared of L0 data structures ie Refcnt == 0
then all L0 data structures in the pi_queue can no longer be used.
- Prevent EventWait and EventRelease from using invalid data structures
if the Queue has already been cleared.
Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
0 commit comments