Skip to content

DPC++ daily 2022-12-31

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 31 Dec 17:20
· 114661 commits to sycl since this release
1299e21
[SYCL] Align sycl::vec aliases with SYCL 2020 (#7889)

Added aliases for `sycl::vec` class as described in section
4.14.2.2. Aliases of SYCL 2020 specification, revision 6. Those
are a bit different from what we had for SYCL 1.2.1

Aliases which use OpenCL type, such as `cl_int2` are still preserved,
because they are used internally, see intel/llvm#7888.