Skip to content

DPC++ daily 2023-01-25

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 25 Jan 17:25
· 112861 commits to sycl since this release
8c244de
[SYCL] Fix accessor subscript ambiguity and reference type (#8033)

Accessor subscript operations may cause ambiguity when the data type is
constant. This commit fixes this ambiguity and makes the reference
member alias of accessors adhere to the SYCL 2020 definition of them.

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>