DPC++ daily 2023-01-25
Pre-release
Pre-release
·
112861 commits
to sycl
since this release
[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>