From 73e8f1f937cde23d2da62470161eb49fce17e933 Mon Sep 17 00:00:00 2001 From: Michael Aziz Date: Fri, 23 Feb 2024 13:54:29 -0800 Subject: [PATCH] [SYCL][NFC] Move root group extension to experimental Signed-off-by: Michael Aziz --- .../sycl_ext_oneapi_root_group.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename sycl/doc/extensions/{proposed => experimental}/sycl_ext_oneapi_root_group.asciidoc (97%) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_root_group.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_root_group.asciidoc similarity index 97% rename from sycl/doc/extensions/proposed/sycl_ext_oneapi_root_group.asciidoc rename to sycl/doc/extensions/experimental/sycl_ext_oneapi_root_group.asciidoc index 44eb1b376d113..a442556173fcd 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_root_group.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_root_group.asciidoc @@ -52,11 +52,12 @@ This extension also depends on the following other SYCL extensions: == Status -This is a proposed extension specification, intended to gather community -feedback. Interfaces defined in this specification may not be implemented yet -or may be in a preliminary state. The specification itself may also change in -incompatible ways before it is finalized. *Shipping software products should -not rely on APIs defined in this specification.* +This is an experimental extension specification, intended to provide early +access to features and gather community feedback. Interfaces defined in this +specification are implemented in {dpcpp}, but they are not finalized and may +change incompatibly in future versions of {dpcpp} without prior notice. +*Shipping software products should not rely on APIs defined in this +specification.* == Overview