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] Handle non-type template parameters in integration headers (#18914)
A recent community change
llvm/llvm-project#124858 affected
how we render some non-type template parameters in the integration
header. We were
generating malformed arguments of the form 'value-parameter-0-1', which
obviously
led to compilation errors when including the header in host
compilations.
0 commit comments