Skip to content

Commit 73a3a25

Browse files
bashbaugEwanC
andauthored
add the cl_khr_command_buffer_multi_device extension (#908)
* add the cl_khr_command_buffer_multi_dispatch extension * XML is now in sync with version 0.9.0 Co-authored-by: Ewan Crawford <ewan.cr@gmail.com> --------- Co-authored-by: Ewan Crawford <ewan.cr@gmail.com>
1 parent 391e208 commit 73a3a25

5 files changed

Lines changed: 823 additions & 9 deletions

File tree

OpenCL_Ext.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ include::ext/cl_khr_subgroup_rotate.asciidoc[]
109109
include::ext/cl_khr_work_group_uniform_arithmetic.asciidoc[]
110110

111111
include::ext/cl_khr_command_buffer_mutable_dispatch.asciidoc[]
112+
include::ext/cl_khr_command_buffer_multi_device.asciidoc[]
112113

113114
// NOTE: To keep meaningful section numbers, new
114115
// extension documents should be added above here!

config/rouge/lib/rouge/lexers/opencl.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ class OpenCL < Cpp
154154
cl_command_buffer_state_khr
155155
cl_command_buffer_properties_khr
156156
cl_ndrange_kernel_command_properties_khr
157-
cl_mutable_command_khr
158-
cl_mutable_command_info_khr
159-
cl_mutable_base_config_khr
160157
cl_dx9_surface_info_khr
161158
cl_motion_estimation_desc_intel
162159
cl_mem_ext_host_ptr
@@ -179,13 +176,14 @@ class OpenCL < Cpp
179176
cl_device_integer_dot_product_acceleration_properties_khr
180177
cl_command_buffer_khr
181178
cl_mutable_command_khr
179+
cl_mutable_command_info_khr
182180
cl_command_buffer_structure_type_khr
183181
cl_mutable_base_config_khr
184-
cl_mutable_command_info_khr
185182
cl_mutable_dispatch_arg_khr
186183
cl_mutable_dispatch_config_khr
187184
cl_mutable_dispatch_exec_info_khr
188185
cl_mutable_dispatch_fields_khr
186+
cl_platform_command_buffer_capabilities_khr
189187
)
190188

191189
# Here are some interesting tokens

0 commit comments

Comments
 (0)