Skip to content

DPC++ daily 2022-07-14

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 14 Jul 16:21
· 132034 commits to sycl since this release
616ecf7
[SYCL][NFC][DOC] Fix description of -f[no-]sycl-unnamed-lambda (#6437)

The default value of the option depends on the SYCL language standard.
Unnamed lambda is supported by default with SYCL 2020 (default now) and
disabled for SYCL 1.2.1.

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>