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] Initialize error code in sycl::exception (#12256)
If there is no backend specific error code associated with the
sycl::exception then error code must be 0, so initialize with 0 by
default, otherwise static analyzer complains about unitialized data
member.
0 commit comments