DPC++ daily 2022-07-22
Pre-release
Pre-release
·
131306 commits
to sycl
since this release
[SYCL] Add DPCPP_ENABLE_OPAQUE_POINTERS option (#6378) This option controls the default behavior of LLVM projects regarding opaque pointers. The default value is OFF as most of the SYCL compiler components are not ready to handle opaque pointers. This change adds a new nightly job testing SYCL compiler with enabled opaque pointers by default.