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] Ensure int-header fwd decls work with references (#4281)
We weren't properly descending down into reference types, so we ended up
not forward declaring any types that were referred to only as a
reference type. This patch ensures we do so, just like we did with
pointer-type.
0 commit comments