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] Diagnose local accessor use in single_task or parallel_for(range) (#8581)
* According to [local
accessors](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:accessor.local)
of the SYCL specification, a local accessor must not be used in a SYCL
kernel function that is invoked via single_task or via the simple form
of parallel_for that takes a range parameter.
* Add test.
---------
Co-authored-by: Alexey Bader <alexey.bader@intel.com>
0 commit comments