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 AccessorSubscript windows build issue (#6648)
This PR fixes an issue caused when building on Windows with MSVC. The problem was introduced in #6341.
MSVC does not correctly infer the default template for its return type. This is fixed by setting the return type to auto and letting the compiler infer the return type.
0 commit comments