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] Prefer _WIN32 over WIN32 in #if expressions (#16267)
The former is defined by the toolchain while the latter is part of SDK,
so using `_WIN32` is preferrable. The issue was exposed downstream due
to recent changes from #16178 and
#16194.
0 commit comments