Skip to content

Commit

Permalink
add the cl_khr_command_buffer_multi_device extension (#908)
Browse files Browse the repository at this point in the history
* add the cl_khr_command_buffer_multi_dispatch extension

* XML is now in sync with version 0.9.0

Co-authored-by: Ewan Crawford <[email protected]>

---------

Co-authored-by: Ewan Crawford <[email protected]>
  • Loading branch information
bashbaug and EwanC authored Apr 17, 2023
1 parent 391e208 commit 73a3a25
Show file tree
Hide file tree
Showing 5 changed files with 823 additions and 9 deletions.
1 change: 1 addition & 0 deletions OpenCL_Ext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ include::ext/cl_khr_subgroup_rotate.asciidoc[]
include::ext/cl_khr_work_group_uniform_arithmetic.asciidoc[]

include::ext/cl_khr_command_buffer_mutable_dispatch.asciidoc[]
include::ext/cl_khr_command_buffer_multi_device.asciidoc[]

// NOTE: To keep meaningful section numbers, new
// extension documents should be added above here!
Expand Down
6 changes: 2 additions & 4 deletions config/rouge/lib/rouge/lexers/opencl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ class OpenCL < Cpp
cl_command_buffer_state_khr
cl_command_buffer_properties_khr
cl_ndrange_kernel_command_properties_khr
cl_mutable_command_khr
cl_mutable_command_info_khr
cl_mutable_base_config_khr
cl_dx9_surface_info_khr
cl_motion_estimation_desc_intel
cl_mem_ext_host_ptr
Expand All @@ -179,13 +176,14 @@ class OpenCL < Cpp
cl_device_integer_dot_product_acceleration_properties_khr
cl_command_buffer_khr
cl_mutable_command_khr
cl_mutable_command_info_khr
cl_command_buffer_structure_type_khr
cl_mutable_base_config_khr
cl_mutable_command_info_khr
cl_mutable_dispatch_arg_khr
cl_mutable_dispatch_config_khr
cl_mutable_dispatch_exec_info_khr
cl_mutable_dispatch_fields_khr
cl_platform_command_buffer_capabilities_khr
)

# Here are some interesting tokens
Expand Down
Loading

0 comments on commit 73a3a25

Please sign in to comment.