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] Fix a -Wrange-loop-construct warning in #4296 (#4316)
This warns for creating a copy of the pair (which I figured was cheap
enough to copy, but *shrug*), so this fails us on the Werror build.
Pass by reference instead.
0 commit comments