@@ -504,7 +504,7 @@ Changes from *v3.0.8*:
504
504
** {cl_khr_integer_dot_product_EXT} (version 2)
505
505
** {cl_khr_semaphore_EXT} (experimental)
506
506
** {cl_khr_external_semaphore_EXT} (experimental)
507
- ** `cl_khr_external_semaphore_dx_fence` (experimental)
507
+ ** {cl_khr_external_semaphore_dx_fence_EXT} (experimental)
508
508
** {cl_khr_external_semaphore_opaque_fd_EXT} (experimental)
509
509
** {cl_khr_external_semaphore_sync_fd_EXT} (experimental)
510
510
** {cl_khr_external_semaphore_win32_EXT} (experimental)
@@ -660,7 +660,7 @@ Changes from *v3.0.16*:
660
660
* {cl_khr_semaphore_EXT}:
661
661
** Clarified external semaphore behavior, removing references to permanence, see {khronos-opencl-pr}/938[#938].
662
662
* Removed experimental extensions due to lack of implementations and tests, see {khronos-opencl-pr}/1160[#1160].
663
- ** `cl_khr_external_semaphore_dx_fence` (experimental)
663
+ ** {cl_khr_external_semaphore_dx_fence_EXT} (experimental)
664
664
** `cl_khr_external_memory_dx` (experimental)
665
665
666
666
Changes from *v3.0.17*:
@@ -688,3 +688,24 @@ Changes from *v3.0.17*:
688
688
** Improved documentation for {clEnqueueReleaseExternalMemObjectsKHR}, see {khronos-opencl-pr}/1332[#1332].
689
689
* {cl_khr_external_memory_dma_buf_EXT}:
690
690
** Clarified usage, see {khronos-opencl-pr}/1335[#1335].
691
+
692
+ Changes from *v3.0.18*:
693
+
694
+ * Moved description of restrictions for image kernel arguments to {clSetKernelArg}, see {khronos-opencl-pr}/1346[#1346].
695
+ * Fixed document linking for several extension APIs and enums, see {khronos-opencl-pr}/1360[#1360].
696
+ * Fixed a wording inconsistency for device and host timer synchronization, see {khronos-opencl-pr}/1364[#1364].
697
+ * Clarified the conditions when the global work size may be null or zero, see {khronos-opencl-pr}/1381[#1381].
698
+ * Switched to the term "experimental" to describe extensions that are subject to change, see {khronos-opencl-pr}/1383[#1383].
699
+ * Removed specific restrictions for custom devices, see {khronos-opencl-pr}/1388[#1388].
700
+ * Clarified {CL_FP_FMA} description to avoid ambiguity, see {khronos-opencl-pr}/1391[#1391].
701
+ * {cl_khr_command_buffer_mutable_dispatch_EXT} (experimental):
702
+ ** Clarified that the mutable dispatch work dimension may be set to zero to indicate that it is unchanged, see {khronos-opencl-pr}/1395[#1395].
703
+ * {cl_khr_external_semaphore_EXT}:
704
+ ** Clarified semaphore behavior when payloads are required, see {khronos-opencl-pr}/1362[#1362].
705
+ * Re-added a previously removed experimental extension, see {khronos-opencl-pr}/1359[#1359].
706
+ ** {cl_khr_external_semaphore_dx_fence_EXT} (experimental)
707
+ * The following extension has been finalized and is no longer experimental:
708
+ ** {cl_khr_kernel_clock_EXT}
709
+ * Added new extensions:
710
+ ** {cl_khr_external_memory_android_hardware_buffer_EXT}
711
+ ** {cl_khr_spirv_queries_EXT}
0 commit comments