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
Originally I changed the isOsWindows check to isWindowsMSVCEnvironment,
but neither of those is correct. The correct check is isOsWindows &&
!isWindowsCygwinEnvironment, because all known Windows environments
except Cygwin use 32-bit long.
I think we don't support SYCL on MinGW or Cygwin, but this is one less
bug to fix if we ever decide to.
0 commit comments