Skip to content

DPC++ daily 2022-10-07

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 07 Oct 16:24
· 123615 commits to sycl since this release
c7b1a00
[SYCL] Implement accessor iterator (#6815)

Added base type for implementing accessor iterators.
Added `accessor::begin()`, `accessor::end()`, `accessor::cbegin()` and
`accessor::cend()` methods.