Skip to content

Commit

Permalink
Remove provisional_notice include for each provisional extensions.
Browse files Browse the repository at this point in the history
Add a new subsection of the extensions appendix capturing the same
information. The autogenerated link in the extension metadata for each
provisional extension links to this subsection.
  • Loading branch information
oddhack committed Mar 28, 2024
1 parent eb16b25 commit 7cfca23
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
16 changes: 16 additions & 0 deletions api/appendix_extensions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ alphabetically by author ID.
Within each group, extensions are listed in alphabetical order by their
names.


[[boilerplate-provisional-header]]
== Provisional Extensions

_Provisional_ OpenCL extensions described in this appendix have been
Ratified under the Khronos Intellectual Property Framework.
They are being made publicly available as provisional extensions to enable
review and feedback from the community.
While an extension is provisional, features may be added, removed, or
changed in non-backward compatible ways.

If you have feedback on a provisional extension, please create an issue on
the link:https://github.com/KhronosGroup/OpenCL-Docs/[OpenCL-Docs
repository].


== Extension Dependencies

Extensions which have dependencies on specific core versions or on other
Expand Down
2 changes: 0 additions & 2 deletions api/cl_khr_command_buffer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ features:
*UNRESOLVED*
--

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2021-11-10
Expand Down
2 changes: 0 additions & 2 deletions api/cl_khr_command_buffer_multi_device.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ require it.
*RESOLVED*: Added as an optional feature.
--

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2023-04-14
Expand Down
2 changes: 0 additions & 2 deletions api/cl_khr_command_buffer_mutable_dispatch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ specification it is omitted, and if its functionality has demand later, it
may be a introduced as a stand alone extension.
--

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2022-08-31
Expand Down
4 changes: 0 additions & 4 deletions api/cl_khr_external_memory_dx.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ TODO
** {CL_EXTERNAL_MEMORY_HANDLE_D3D12_HEAP_KHR}
** {CL_EXTERNAL_MEMORY_HANDLE_D3D12_RESOURCE_KHR}

=== Issues

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2021-09-10
Expand Down
4 changes: 0 additions & 4 deletions api/cl_khr_external_semaphore_dx_fence.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ D3D12 fence as an external semaphore using the APIs introduced by
* {cl_external_semaphore_handle_type_khr_TYPE}
** {CL_SEMAPHORE_HANDLE_D3D12_FENCE_KHR}

=== Issues

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2021-09-10
Expand Down
4 changes: 0 additions & 4 deletions api/cl_khr_external_semaphore_win32.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ introduced by `<<cl_khr_external_semaphore>>`.
** {CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KHR}
** {CL_SEMAPHORE_HANDLE_OPAQUE_WIN32_KMT_KHR}

=== Issues

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2021-09-10
Expand Down

0 comments on commit 7cfca23

Please sign in to comment.