Skip to content

DPC++ daily 2022-07-22

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 22 Jul 16:22
· 131306 commits to sycl since this release
a364383
[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.