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][Graphs] Fix issue with compile time local memory test (#17892)
With the current way that the local_memory extension is implemented,
accessing the local memory requires the use of parenthesis to avoid
using the [] operator from the multi-ptr.
0 commit comments