Skip to content

DPC++ daily 2022-09-22

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 22 Sep 16:39
· 125613 commits to sycl since this release
5b9fd3c
[SYCL] Implement local_accessor begin/end (#6692)

SYCL2020 introduces various accessor begin/end member functions that
allow user to iterate through the underlying buffer.

E2E tests: intel/llvm-test-suite#1225