Skip to content

Commit d3c5733

Browse files
authored
Make "sycl_ext_intel_cache_controls" experimental (#15582)
This extension has been implemented for a while, and I think we just forgot to update the specification.
1 parent 6825615 commit d3c5733

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/doc/extensions/proposed/sycl_ext_intel_cache_controls.asciidoc renamed to sycl/doc/extensions/experimental/sycl_ext_intel_cache_controls.asciidoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ https://github.com/intel/llvm/issues
3636

3737
== Dependencies
3838

39-
This extension is written against the SYCL 2020 revision 7 specification. All
39+
This extension is written against the SYCL 2020 revision 9 specification. All
4040
references below to the "core SYCL specification" or to section numbers in the
4141
SYCL specification refer to that revision.
4242

@@ -49,11 +49,12 @@ This extension depends on the following SYCL extensions:
4949

5050
== Status
5151

52-
This is a proposed extension specification, intended to gather community
53-
feedback. Interfaces defined in this specification may not be implemented yet
54-
or may be in a preliminary state. The specification itself may also change in
55-
incompatible ways before it is finalized. *Shipping software products should
56-
not rely on APIs defined in this specification.*
52+
This is an experimental extension specification, intended to provide early
53+
access to features and gather community feedback. Interfaces defined in this
54+
specification are implemented in {dpcpp}, but they are not finalized and may
55+
change incompatibly in future versions of {dpcpp} without prior notice.
56+
*Shipping software products should not rely on APIs defined in this
57+
specification.*
5758

5859

5960
== Overview

0 commit comments

Comments
 (0)