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
[CMake] Disable STL-internal assertions in device code (#7236)
SYCL_DISABLE_STL_ASSERTIONS=ON
Unless we maintain our own STL for SYCL we can't know the visibility of
the internal assertion mechanism of libstdc++ and friends.
This caused random-looking build failures in device code for which we
have no reliable method of avoision when I adopted gcc12.2.
0 commit comments