Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
Clang format changes and other fixes
  • Loading branch information
EwanC committed May 21, 2024
1 parent 208d58f commit 45a04ef
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 76 deletions.
4 changes: 2 additions & 2 deletions CL/cl.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ typedef cl_uint cl_kernel_exec_info;
typedef cl_bitfield cl_device_atomic_capabilities;
typedef cl_bitfield cl_device_device_enqueue_capabilities;
typedef cl_uint cl_khronos_vendor_id;
typedef cl_properties cl_mem_properties;
typedef cl_properties cl_mem_properties;
#endif
typedef cl_uint cl_version;
typedef cl_uint cl_version;

typedef struct _cl_image_format {
cl_channel_order image_channel_order;
Expand Down
Loading

0 comments on commit 45a04ef

Please sign in to comment.