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][UR][L0 v2] fix wait_list_view construction (#18209)
getWaitListView assumed that calling data() on ane empty vector will
return nullptr - this is not guaranteed.
This lead to assert in operator bool() trigerring.
Implement a constructor for wait_list_view that will set the handles to
NULL if num is 0.
0 commit comments