Skip to content

Commit 6d77289

Browse files
authored
update the provisional extension notification text (#1002)
* refactor the provisional notice into a separate file * correct and update the provisional notice text
1 parent c21ee91 commit 6d77289

7 files changed

Lines changed: 21 additions & 5 deletions

ext/cl_khr_command_buffer.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This extension adds the ability to record and replay buffers of OpenCL commands.
2525
| 2023-05-11 | 0.9.4 | Add clCommandSVMMemcpyKHR and clCommandSVMMemFillKHR command entries (provisional).
2626
|====
2727

28+
include::provisional_notice.asciidoc[]
29+
2830
==== Dependencies
2931

3032
This extension is written against the OpenCL Specification version 3.0.6.
@@ -2016,5 +2018,3 @@ Add to Table 37, _Event Command Types_:
20162018
--
20172019
*UNRESOLVED*
20182020
--
2019-
2020-
NOTE: This is a preview of an OpenCL provisional extension specification that has been Ratified under the Khronos Intellectual Property Framework. It is being made publicly available prior to being uploaded to the Khronos registry to enable review and feedback from the community. If you have feedback please create an issue on https://github.com/KhronosGroup/OpenCL-Docs/

ext/cl_khr_command_buffer_multi_device.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ providing execution of heterogeneous task graphs from command-queues associated
2323
| 2024-04-30 | 0.9.1 | Added clCommandSVMMemcpyKHR and clCommandSVMMemFillKHR as affected functions (provisional).
2424
|====
2525

26+
include::provisional_notice.asciidoc[]
27+
2628
==== Dependencies
2729

2830
This extension requires the `cl_khr_command_buffer` extension version 0.9.3.

ext/cl_khr_command_buffer_mutable_dispatch.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ commands between command-buffer enqueues.
2222
| 2022-08-31 | 0.9.0 | First assigned version (provisional).
2323
|====
2424

25+
include::provisional_notice.asciidoc[]
26+
2527
==== Dependencies
2628

2729
This extension requires the `cl_khr_command_buffer` extension version 0.9.0.

ext/cl_khr_external_memory.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Other related extensions define specific external memory types that may be impor
3636
| 2023-08-29 | 0.9.3 | Added query for {CL_DEVICE_EXTERNAL_MEMORY_IMPORT_ASSUME_LINEAR_HANDLE_TYPES_KHR} (provisional).
3737
|====
3838

39-
NOTE: This is a preview of an OpenCL provisional extension specification that has been Ratified under the Khronos Intellectual Property Framework. It is being made publicly available prior to being uploaded to the Khronos registry to enable review and feedback from the community. If you have feedback please create an issue on https://github.com/KhronosGroup/OpenCL-Docs/
39+
include::provisional_notice.asciidoc[]
4040

4141
==== Dependencies
4242

ext/cl_khr_external_semaphore.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Other related extensions define specific external semaphores that may be importe
4444
| 2023-11-21 | 0.9.2 | Added re-import function call to cl_khr_external_semaphore_sync_fd
4545
|====
4646

47-
NOTE: This is a preview of an OpenCL provisional extension specification that has been Ratified under the Khronos Intellectual Property Framework. It is being made publicly available prior to being uploaded to the Khronos registry to enable review and feedback from the community. If you have feedback please create an issue on https://github.com/KhronosGroup/OpenCL-Docs/
47+
include::provisional_notice.asciidoc[]
4848

4949
==== Dependencies
5050

ext/cl_khr_semaphore.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In particular, this extension defines:
4141
| 2023-08-01 | 0.9.1 | Changed device handle list enum to the semaphore-specific {CL_SEMAPHORE_DEVICE_HANDLE_LIST_KHR} (provisional).
4242
|====
4343

44-
NOTE: This is a preview of an OpenCL provisional extension specification that has been Ratified under the Khronos Intellectual Property Framework. It is being made publicly available prior to being uploaded to the Khronos registry to enable review and feedback from the community. If you have feedback please create an issue on https://github.com/KhronosGroup/OpenCL-Docs/
44+
include::provisional_notice.asciidoc[]
4545

4646
==== Dependencies
4747

ext/provisional_notice.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright 2023 The Khronos Group. This work is licensed under a
2+
// Creative Commons Attribution 4.0 International License; see
3+
// http://creativecommons.org/licenses/by/4.0/
4+
5+
[NOTE]
6+
====
7+
This is a provisional OpenCL extension specification that has been Ratified under the Khronos Intellectual Property Framework.
8+
It is being made publicly available as a provisional extension to enable review and feedback from the community.
9+
While it is a provisional extension features may be added, removed, or changed in non-backward compatible ways.
10+
11+
If you have feedback please create an issue on: https://github.com/KhronosGroup/OpenCL-Docs/
12+
====

0 commit comments

Comments
 (0)