Skip to content

Commit

Permalink
update the spec change log with changes from v3.0.12 (#878)
Browse files Browse the repository at this point in the history
* start to update the spec change log from v3.0.12

* added the cl_khr_external_memory issue to the change log
  • Loading branch information
bashbaug authored Feb 2, 2023
1 parent 8489478 commit 8c7870a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/appendix_e.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,13 @@ Changes from *v3.0.11*:
* Specified error behavior when a command buffer is finalized multiple times.
* Added new extension:
** `cl_khr_command_buffer_mutable_dispatch` (provisional)

Changes from *v3.0.12*:

* Fixed the accuracy requirements description for half-precision math functions (those prefixed by `half_`).
* Clarified that the semaphore type must always be provided when creating a semaphore.
* Removed an unnecessary and contradictory error condition when creating a semaphore.
* Added an issue regarding non-linear image import to the `cl_khr_external_memory` extension.
* 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.

0 comments on commit 8c7870a

Please sign in to comment.