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
The patch does not break functionality guaranteed by SYCL 1.2.1.
The fix also is in accordance with SYCL 2020, which replaces 'operator DataT()'
with 'operator reference() const' and allows using accessors
to trivially_copyable arrays such as int[N].
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments