DPC++ daily 2022-12-31
Pre-release
Pre-release
·
114661 commits
to sycl
since this release
[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.