Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api/appendix_e.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -760,3 +760,7 @@ Other changes in OpenCL 3.1:
** {cl_khr_subgroup_shuffle_EXT}
** {cl_khr_subgroup_shuffle_relative_EXT}
** {cl_khr_suggested_local_work_size_EXT}

Changes from *v3.1.0* to *v3.1.1*:

* Reverted the change where observing that an event is {CL_COMPLETE} is a synchronization point due to possible performance regressions, see internal issue 386 and {khronos-opencl-pr}/1558[#1558].
7 changes: 7 additions & 0 deletions c/appendix_a.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ Other changes in OpenCL 3.1:
** {cl_khr_subgroup_rotate_EXT}
** {cl_khr_subgroup_shuffle_EXT}
** {cl_khr_subgroup_shuffle_relative_EXT}

Changes from *v3.1.0* to *v3.1.1*:

* Clarified that the version requirements in this OpenCL C spec are for the OpenCL C language version, not the OpenCL device or platform version, see {khronos-opencl-pr}/1557[#1557].
* Clarified the description of the `andy` and `all` functions, see {khronos-opencl-pr}/1561[#1561].
* {cl_khr_fp16_EXT}
** Clarified that the `halfn` vector data type is not a reserved data type when the extension is supported, see {khronos-opencl-pr}/1548[#1548].