File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -561,3 +561,12 @@ Changes from *v3.0.12*:
561561 * Added missing calls to {clBuildProgram} to the `cl_khr_command_buffer` and `cl_khr_command_buffer_mutable_dispatch` sample code.
562562 * Fixed a copy-paste error in the extensions quick reference appendix.
563563 * Fixed typos and improved formatting consistency in the extensions spec.
564+
565+ Changes from *v3.0.13*:
566+
567+ * Corrected the precision for `cross` and `dot` to be based on `HALF_EPSILON` in `cl_khr_fp16`, see GitHub #893.
568+ * Added a context query for command-buffers to `cl_khr_command_buffer`, see GitHub #899.
569+ * Updated the semaphore wait and signal rules for binary semaphores in `cl_khr_semaphore`, see GitHub #882.
570+ * Removed redundant error conditions from `cl_khr_external_semaphore` and `cl_khr_external_memory`, see GitHub #903 and #904.
571+ * Added new extension:
572+ ** `cl_khr_command_buffer_multi_device` (provisional)
You can’t perform that action at this time.
0 commit comments