Skip to content

Commit e53e5d5

Browse files
authored
[SYCL][Doc] Fix broken link in forward_progress (#12652)
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 <[email protected]>
1 parent b0d92ff commit e53e5d5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
== Notice
2121

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

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

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

390392
[NOTE]
391393
====

0 commit comments

Comments
 (0)