We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e83a40 commit 996a022Copy full SHA for 996a022
1 file changed
api/appendix_e.asciidoc
@@ -540,3 +540,14 @@ Changes from *v3.0.10*:
540
* Added new extensions:
541
** `cl_khr_subgroup_rotate`
542
** `cl_khr_work_group_uniform_arithmetic`
543
+
544
+Changes from *v3.0.11*:
545
546
+ * Added a definition for a valid object and requirements for testing for valid objects.
547
+ * Added a maximum limit for the number of arguments supported by a kernel.
548
+ * Clarified requirements for comparability and uniqueness of object handles.
549
+ * Clarified behavior for invalid device-side enqueue `clk_event_t` handles.
550
+ * Clarified `cl_khr_command_buffer` interactions with other extensions.
551
+ * Specified error behavior when a command buffer is finalized multiple times.
552
+ * Added new extension:
553
+ ** `cl_khr_command_buffer_mutable_dispatch` (provisional)
0 commit comments