Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix provisional extension notes in appendices #1113

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

N.b. this anchor name is hardwired into the generator script and looks a bit odd in context since Vulkan has an entire 'boilerplate' chapter for stuff like this. It would be a bit tedious to change just for the anchor name, but if the wording of the actual generated notice is inappropriate, I can factor that into the API conventions-specific part of the script along with the anchor name.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is worth worrying about, thanks for the heads up though!

== 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
2 changes: 0 additions & 2 deletions api/cl_khr_external_memory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ while (true) {
*UNRESOLVED*
--

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_memory_dma_buf.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ TODO
* {cl_external_memory_handle_type_khr_TYPE}
** {CL_EXTERNAL_MEMORY_HANDLE_DMA_BUF_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_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_memory_opaque_fd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ TODO
* {cl_external_memory_handle_type_khr_TYPE}
** {CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_FD_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_memory_win32.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ TODO
** {CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KHR}
** {CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KMT_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.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ while (true) {
}
----

=== 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_opaque_fd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ introduced by `<<cl_khr_external_semaphore>>`.
* {cl_external_semaphore_handle_type_khr_TYPE}
** {CL_SEMAPHORE_HANDLE_OPAQUE_FD_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_sync_fd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ external semaphore using the APIs introduced by
* {cl_external_semaphore_handle_type_khr_TYPE}
** {CL_SEMAPHORE_HANDLE_SYNC_FD_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
4 changes: 0 additions & 4 deletions api/cl_khr_semaphore.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ while (true) {
}
----

=== Issues

include::provisional_notice.asciidoc[]

=== Version History

* Revision 0.9.0, 2021-09-10
Expand Down