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] Fix assertion at host pipe initialization in case of multiple TUs (#16756)
If there are multiple translation units using the host pipe then
initialize function will be called multiple times with the same pointer
because special function for pipe registration and initialization
(__sycl_host_pipe_registration) has to be emitted by frontend for each
translation unit. Just assert that pointer is the same.
0 commit comments