File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ typedef struct _cl_mutable_base_config_khr {
624624 cl_uint num_mutable_dispatch ;
625625 const cl_mutable_dispatch_config_khr * mutable_dispatch_list ;
626626} cl_mutable_base_config_khr ;
627+ typedef cl_bitfield cl_mutable_dispatch_asserts_khr ;
627628
628629/* cl_command_buffer_flags_khr - bitfield */
629630#define CL_COMMAND_BUFFER_MUTABLE_KHR (1 << 1)
@@ -659,6 +660,15 @@ typedef struct _cl_mutable_base_config_khr {
659660#define CL_STRUCTURE_TYPE_MUTABLE_BASE_CONFIG_KHR 0
660661#define CL_STRUCTURE_TYPE_MUTABLE_DISPATCH_CONFIG_KHR 1
661662
663+ /* cl_command_buffer_properties_khr */
664+ #define CL_COMMAND_BUFFER_MUTABLE_DISPATCH_ASSERTS_KHR 0x12B7
665+
666+ /* cl_ndrange_kernel_command_properties_khr */
667+ #define CL_MUTABLE_DISPATCH_ASSERTS_KHR 0x12B8
668+
669+ /* cl_mutable_dispatch_asserts_khr - bitfield */
670+ #define CL_MUTABLE_DISPATCH_ASSERT_NO_ADDITIONAL_WORK_GROUPS_KHR (1 << 0)
671+
662672
663673typedef cl_int CL_API_CALL
664674clUpdateMutableCommandsKHR_t (
You can’t perform that action at this time.
0 commit comments