Skip to content

Commit

Permalink
Refactor command-buffer queue compatibility
Browse files Browse the repository at this point in the history
Generated changes from XML update in
matching PR KhronosGroup/OpenCL-Docs#1292
  • Loading branch information
EwanC committed Jan 14, 2025
1 parent d32c5bb commit 44f4689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CL/cl_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern "C" {
"cl_khr_command_buffer"


#define CL_KHR_COMMAND_BUFFER_EXTENSION_VERSION CL_MAKE_VERSION(0, 9, 6)
#define CL_KHR_COMMAND_BUFFER_EXTENSION_VERSION CL_MAKE_VERSION(0, 9, 7)

typedef cl_bitfield cl_device_command_buffer_capabilities_khr;
typedef struct _cl_command_buffer_khr* cl_command_buffer_khr;
Expand Down Expand Up @@ -563,7 +563,7 @@ clCommandSVMMemFillKHR(
"cl_khr_command_buffer_multi_device"


#define CL_KHR_COMMAND_BUFFER_MULTI_DEVICE_EXTENSION_VERSION CL_MAKE_VERSION(0, 9, 1)
#define CL_KHR_COMMAND_BUFFER_MULTI_DEVICE_EXTENSION_VERSION CL_MAKE_VERSION(0, 9, 2)

typedef cl_bitfield cl_platform_command_buffer_capabilities_khr;

Expand Down

0 comments on commit 44f4689

Please sign in to comment.