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] Allow non-evaluated globals to be used in a kernel. (#3323)
As requested to support SYCL-2020 specialization constants, this makes
our global variable diagnostics not happen unless it is in a runtime
evaluated context.
This is OK, because the SYCL standard prohibits ODR uses, of which
non-runtime-evaluated uses are not.
0 commit comments