Skip to content

Commit ec0a84b

Browse files
authored
update change log with changes from v3.0.10 (#787)
* update change log with changes from v3.0.10 * update change log with image pitch and slice pitch clarifications
1 parent 8224594 commit ec0a84b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

api/appendix_e.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,17 @@ Changes from *v3.0.9*:
526526
** `cl_khr_extended_async_copies` (final)
527527
** `cl_khr_expect_assume`
528528
** `cl_khr_command_buffer` (provisional)
529+
530+
Changes from *v3.0.10*:
531+
532+
* Added a requirement for implementations supporting device-side enqueue to also support program scope global variables.
533+
* Added missing device scope atomic feature guards to several atomic function overloads.
534+
* Added a possible error condition for {clGetEventProfilingInfo} for pre-OpenCL 3.0 devices.
535+
* Added several missing error conditions for {clGetKernelSubGroupInfo}.
536+
* Clarified the expected return value for the of {CL_IMAGE_ROW_PITCH} and {CL_IMAGE_SLICE_PITCH} queries.
537+
* Updated descriptions of the extended async copies functions to remove references to nonexistent function arguments.
538+
* Clarified that the extended versioning extension is a core OpenCL 3.0 feature.
539+
* Clarified subgroup clustered reduction behavior when the cluster size is not an integer constant or a power of two.
540+
* Added new extensions:
541+
** `cl_khr_subgroup_rotate`
542+
** `cl_khr_work_group_uniform_arithmetic`

0 commit comments

Comments
 (0)