From bc2fb0caf0bb6b030f38819fc0d8775c03fe035b Mon Sep 17 00:00:00 2001 From: John Pennycook Date: Wed, 7 Feb 2024 08:51:58 -0800 Subject: [PATCH] [SYCL][Doc] Fix broken link in forward_progress 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 --- .../proposed/sycl_ext_oneapi_forward_progress.asciidoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc b/sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc index 4c1df1640d021..227b23f1ffdac 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc +++ b/sycl/doc/extensions/proposed/sycl_ext_oneapi_forward_progress.asciidoc @@ -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 @@ -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 <> 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] ====