Skip to content

Commit

Permalink
update OpenCL change log from v3.0.11 (#837)
Browse files Browse the repository at this point in the history
* start to update the change log

* update the change log

* update change log
  • Loading branch information
bashbaug committed Sep 15, 2022
1 parent 7e83a40 commit 996a022
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/appendix_e.asciidoc
Expand Up @@ -540,3 +540,14 @@ Changes from *v3.0.10*:
* Added new extensions:
** `cl_khr_subgroup_rotate`
** `cl_khr_work_group_uniform_arithmetic`

Changes from *v3.0.11*:

* Added a definition for a valid object and requirements for testing for valid objects.
* Added a maximum limit for the number of arguments supported by a kernel.
* Clarified requirements for comparability and uniqueness of object handles.
* Clarified behavior for invalid device-side enqueue `clk_event_t` handles.
* Clarified `cl_khr_command_buffer` interactions with other extensions.
* Specified error behavior when a command buffer is finalized multiple times.
* Added new extension:
** `cl_khr_command_buffer_mutable_dispatch` (provisional)

0 comments on commit 996a022

Please sign in to comment.