Skip to content

Commit b2585f5

Browse files
committed
Clarify that compiler flags are DPC++-specific
1 parent 5786090 commit b2585f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_named_sub_group_sizes.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@ link-time, since this is the first time the compiler will see both translation
239239
units together.
240240

241241

242-
=== Compiler flags
242+
=== DPC++ compiler flags
243+
244+
This non-normative section describes command line flags that the DPC++ compiler
245+
supports. Other compilers are free to provide their own command line flags (if
246+
any).
243247

244248
The `-fsycl-default-sub-group-size` flag controls the default sub-group size
245249
used within a translation unit, which applies to all kernels and

0 commit comments

Comments
 (0)