Skip to content

Commit 16880f9

Browse files
authored
change log with changes from v3.0.15 (#1126)
* initial change log with changes from v3.0.15 * update cl_khr_kernel_clock link in a few other places * final change log updates
1 parent 6892acb commit 16880f9

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

api/appendix_e.asciidoc

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,5 +601,24 @@ Changes from *v3.0.14*:
601601

602602
Changes from *v3.0.15*:
603603

604-
* Added new extensions:
604+
* Moved all KHR extension text out of the OpenCL Extension specification and into the main specifications.
605+
The OpenCL Extension specification will be removed in a subsequent revision.
606+
* Clarified several error conditions that could return {CL_INVALID_PLATFORM}, see {khronos-opencl-pr}/1063[#1063].
607+
* Strengthened requirements for the {CL_DEVICE_TYPE} query, see {khronos-opencl-pr}/1069[#1069].
608+
* Clarified {clSetEventCallback} behavior for command errors, see {khronos-opencl-pr}/1071[#1071].
609+
* Moved footnote text for {CL_KERNEL_ARG_TYPE_QUALIFIER} into the main spec, see {khronos-opencl-pr}/1097[#1097].
610+
* {cl_khr_command_buffer_mutable_dispatch_EXT} (provisional):
611+
** Added {CL_MUTABLE_DISPATCH_ASSERTS_KHR}, see {khronos-opencl-pr}/992[#992].
612+
* {cl_khr_semaphore_EXT}:
613+
** Removed a redundant error condition, see {khronos-opencl-pr}/1052[#1052]
614+
* The following extensions have been finalized and are no longer provisional:
615+
** {cl_khr_semaphore_EXT}
616+
** {cl_khr_external_semaphore_EXT}
617+
** {cl_khr_external_semaphore_opaque_fd_EXT}
618+
** {cl_khr_external_semaphore_sync_fd_EXT}
619+
** {cl_khr_external_memory_EXT}
620+
** {cl_khr_external_memory_dma_buf_EXT}
621+
** {cl_khr_external_memory_opaque_fd_EXT}
622+
** {cl_khr_external_memory_win32_EXT}
623+
* Added new extension:
605624
** {cl_khr_kernel_clock_EXT} (provisional)

c/appendix_a.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ Changes from *v3.0.14*:
4343
* Clarified that the *nextafter* built-in function works with all floating-point types, see {khronos-opencl-pr}/953[#953].
4444
* Clarified that the async copy and wait group events built-in functions must be called within converged control flow, see {khronos-opencl-pr}/1015[#1015].
4545
* Removed unnecessary rounding mode text from the descriptions of the geometric and common functions, see {khronos-opencl-pr}/1027[#1027].
46+
47+
Changes from *v3.0.15*:
48+
49+
* Moved all KHR extension text out of the OpenCL Extension specification and into the main specifications.
50+
The OpenCL Extension specification will be removed in a subsequent revision.
51+
* Fixed the derived formula for `atanh`, see {khronos-opencl-pr}/1048[#1048].
52+
* Removed an incorrect statement about geometric functions operating component-wise, see {khronos-opencl-pr}/1137[#1137].
53+
* Added new extension:
54+
** {cl_khr_kernel_clock_EXT} (provisional)

env/appendix_a.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ Changes from *v3.0.8*:
4343
Changes from *v3.0.14*:
4444

4545
* Fixed several numerical compliance bugs, see {khronos-opencl-pr}/937[#937].
46+
47+
Changes from *v3.0.15*:
48+
49+
* Clarified that 16-bit and 64-bit floats can be passed as kernel arguments to SPIR-V kernels, see {khronos-opencl-pr}/1049[#1049].
50+
* Adds the numerical value of the image channel order and image channel data type to several tables, see {khronos-opencl-pr}/1050[#1050].
51+
* Added new extension:
52+
** {cl_khr_kernel_clock_EXT} (provisional)

0 commit comments

Comments
 (0)