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
[Driver][SYCL] Fix crash when using libraries with -fsycl (#9276)
When performing any non-linking behaviors with -fsycl (like -c or -E)
and adding any non-compiled input value such as a library the driver
would crash due to invalid phase information.
Update the usage of the phase information to be more accurate depending
on the input (i.e. Archive)
0 commit comments