Skip to content

Commit

Permalink
[SYCL][Doc] Fix broken link in forward_progress
Browse files Browse the repository at this point in the history
sycl_ext_oneapi_launch_queries was originally part of
sycl_ext_oneapi_forward_progress. When we split things into two extensions, we
forgot to update one of the links.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Feb 7, 2024
1 parent db9a53a commit bc2fb0c
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
== Notice

[%hardbreaks]
Copyright (C) 2022-2023 Intel Corporation. All rights reserved.
Copyright (C) 2022-2024 Intel Corporation. All rights reserved.

Khronos(R) is a registered trademark and SYCL(TM) and SPIR(TM) are trademarks
of The Khronos Group Inc. OpenCL(TM) is a trademark of Apple Inc. used by
Expand Down Expand Up @@ -383,9 +383,11 @@ and work-groups to also provide concurrent forward progress guarantees). In
such a case, an implementation must satisfy the strongest request(s).

Devices may not be able to provide the requested forward progress guarantees
for all launch configurations. The <<launch, launch queries>> defined in a
later section allow developers to identify valid launch configurations for
specific combinations of properties.
for all launch configurations. Developers should use the launch queries defined
by the
link:../proposed/sycl_ext_oneapi_launch_queries.asciidoc[sycl_ext_oneapi_launch_queries]
extension to identify valid launch configurations for specific combinations of
properties.

[NOTE]
====
Expand Down

0 comments on commit bc2fb0c

Please sign in to comment.