File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`
You can’t perform that action at this time.
0 commit comments