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][E2E] Fix Config/select_device.cpp when using GCC 15 (#18575)
The allowList can be empty when performing the check on the line
changed. This is usually not an issue, as it ends up evaluating to
false, however when using GCC 15, and compiling with `-O0` this will
crash instead. Adding the empty check to avoid this crash.
0 commit comments