From 6eacf7ad6361b3bee335c49b130f26947a7c259c Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Tue, 1 Feb 2022 15:27:53 -0500 Subject: [PATCH] [SYCL][DOC] Move discard queue events to supported This extension was recently implemented. Move its specification to the "supported" directory. --- sycl/doc/extensions/README.md | 1 - .../SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc | 0 2 files changed, 1 deletion(-) rename sycl/doc/extensions/{DiscardQueueEvents => supported}/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc (100%) diff --git a/sycl/doc/extensions/README.md b/sycl/doc/extensions/README.md index 7ffde2315a4e6..ab8e32e30e6c5 100755 --- a/sycl/doc/extensions/README.md +++ b/sycl/doc/extensions/README.md @@ -21,7 +21,6 @@ DPC++ extensions status: | [SYCL_EXT_ONEAPI_DEVICE_GLOBAL](DeviceGlobal/SYCL_INTEL_device_global.asciidoc) | Proposal | | | [Property List](PropertyList/SYCL_EXT_ONEAPI_property_list.asciidoc) | Proposal | | | [KernelProperties](KernelProperties/KernelProperties.asciidoc) | Proposal | | -| [DiscardQueueEvents](DiscardQueueEvents/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc) | Proposal | | Legend: diff --git a/sycl/doc/extensions/DiscardQueueEvents/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc b/sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc similarity index 100% rename from sycl/doc/extensions/DiscardQueueEvents/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc rename to sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc