From 26b88aa29971d980d7c9b046cd68b97009c5ac86 Mon Sep 17 00:00:00 2001 From: "Gainullin, Artur" Date: Thu, 25 Jun 2026 16:11:36 -0700 Subject: [PATCH] [SYCL][Doc] Move sycl_ext_oneapi_register_host_memory to experimental The extension API has been implemented in 22390 --- .../sycl_ext_oneapi_register_host_memory.asciidoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename sycl/doc/extensions/{proposed => experimental}/sycl_ext_oneapi_register_host_memory.asciidoc (97%) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_register_host_memory.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_register_host_memory.asciidoc similarity index 97% rename from sycl/doc/extensions/proposed/sycl_ext_oneapi_register_host_memory.asciidoc rename to sycl/doc/extensions/experimental/sycl_ext_oneapi_register_host_memory.asciidoc index e4b3814895ea4..9c3121c9c6114 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_register_host_memory.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_register_host_memory.asciidoc @@ -49,12 +49,10 @@ 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. +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.*