Skip to content

Commit 9da2563

Browse files
authored
fsycl-device-code-split=none doesn't exist (#7282)
1 parent 27ee766 commit 9da2563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_device_global.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ satisfied:
713713
example, if _K1_ and _K2_ reside in the same translation unit,
714714
`-fsycl-device-code-split=per_source` will guarantee that they are bundled
715715
together in the same _device image_. If they reside in different translation
716-
units, `-fsycl-device-code-split=none` will guarantee that they reside in the
716+
units, `-fsycl-device-code-split=off` will guarantee that they reside in the
717717
same _device image_.
718718
719719
In addition, the following factors also affect how kernels are bundled into

0 commit comments

Comments
 (0)