Skip to content

Commit 616ecf7

Browse files
authored
[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>
1 parent 4b2a158 commit 616ecf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/UsersManual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ and not recommended to use in production environment.
4949
**`-f[no-]sycl-unnamed-lambda`**
5050

5151
Enables/Disables unnamed SYCL lambda kernels support.
52-
Disabled by default.
52+
The default value depends on the SYCL language standard: it is enabled
53+
by default for SYCL 2020, and disabled for SYCL 1.2.1.
5354

5455
**`-f[no-]sycl-explicit-simd`** [DEPRECATED]
5556

0 commit comments

Comments
 (0)