Skip to content

Commit

Permalink
update the spec change log with changes from v3.0.13 (#910)
Browse files Browse the repository at this point in the history
* update the spec change log with changes from v3.0.13

* add related GitHub PRs to the change log
  • Loading branch information
bashbaug authored Apr 17, 2023
1 parent 73a3a25 commit 8a5ddd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/appendix_e.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,12 @@ Changes from *v3.0.12*:
* Added missing calls to {clBuildProgram} to the `cl_khr_command_buffer` and `cl_khr_command_buffer_mutable_dispatch` sample code.
* Fixed a copy-paste error in the extensions quick reference appendix.
* Fixed typos and improved formatting consistency in the extensions spec.

Changes from *v3.0.13*:

* Corrected the precision for `cross` and `dot` to be based on `HALF_EPSILON` in `cl_khr_fp16`, see GitHub #893.
* Added a context query for command-buffers to `cl_khr_command_buffer`, see GitHub #899.
* Updated the semaphore wait and signal rules for binary semaphores in `cl_khr_semaphore`, see GitHub #882.
* Removed redundant error conditions from `cl_khr_external_semaphore` and `cl_khr_external_memory`, see GitHub #903 and #904.
* Added new extension:
** `cl_khr_command_buffer_multi_device` (provisional)

0 comments on commit 8a5ddd4

Please sign in to comment.