Skip to content

Commit 11df2bd

Browse files
committed
[SYCL][Doc] Update restrictions in extension
Update the description of the limitations in the "sycl_ext_oneapi_device_architecture" extension. The newly added host APIs in that extension do not have the same restrictions as the `if_architecture_is` function.
1 parent 5d92897 commit 11df2bd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ change incompatibly in future versions of {dpcpp} without prior notice.
5151
specification.*
5252

5353
There are important limitations with the {dpcpp} implementation of this
54-
experimental extension. In particular, this extension may only be used when
55-
the application is compiled in AOT mode. See the section below titled
56-
"Limitations with the experimental version" for a full description of the
57-
limitations.
54+
experimental extension. In particular, some parts of this extension may only
55+
be used when the application is compiled in AOT mode. See the section below
56+
titled "Limitations with the experimental version" for a full description of
57+
the limitations.
5858

5959

6060
== Overview
@@ -578,8 +578,9 @@ case syclex::architecture::intel_gpu_bdw:
578578
== Limitations with the experimental version
579579

580580
The {dpcpp} implementation of this extension currently has some important
581-
limitations. The application must be compiled in ahead-of-time (AOT) mode
582-
using `-fsycl-targets=<special-target>` where `<special-target>` is one of the
581+
limitations with the `if_architecture_is` free function. In order to use this
582+
feature, the application must be compiled in ahead-of-time (AOT) mode using
583+
`-fsycl-targets=<special-target>` where `<special-target>` is one of the
583584
"special target values" listed in the link:../../UsersManual.md[users manual]
584585
description of the `-fsycl-targets` option. These are the target names of the
585586
form "intel_gpu_*", "nvidia_gpu_*", or "amd_gpu_*".

0 commit comments

Comments
 (0)