From b053efa8270cc117f9ad2fed8d1d40d9ffa089c6 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 29 Oct 2024 10:05:54 -0700 Subject: [PATCH] [SYCL][Doc] Update `sycl_ext_oneapi_root_group.asciido` reference Signed-off-by: Emmanuel Ferdman --- .../experimental/sycl_ext_oneapi_non_uniform_groups.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_oneapi_non_uniform_groups.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_non_uniform_groups.asciidoc index 13cd4e5e05e93..05e949ea63dbb 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_oneapi_non_uniform_groups.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_non_uniform_groups.asciidoc @@ -82,7 +82,7 @@ needed in function documentation. NOTE: The first version of this extension only supports partitioning of sub-groups. It is expected that in the future, these functions will be expanded to also allow partitioning of -link:https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_root_group.asciidoc[root-groups], +link:https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_root_group.asciidoc[root-groups], work-groups and user-constructed groups. @@ -161,7 +161,7 @@ model topology used by SYCL kernels. These groups are implicitly created by an implementation when a SYCL kernel function is enqueued. The following group types are fixed topology groups: -- `root_group` (if link:https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_root_group.asciidoc[sycl_ext_oneapi_root_group] is supported) +- `root_group` (if link:https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_root_group.asciidoc[sycl_ext_oneapi_root_group] is supported) - `group` - `sub_group`