Skip to content

Commit b2adfe1

Browse files
author
Ewan Crawford
committed
Fix CI issues
Clang format changes and other fixes
1 parent 1829c1e commit b2adfe1

3 files changed

Lines changed: 119 additions & 76 deletions

File tree

CL/cl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ typedef cl_uint cl_kernel_exec_info;
112112
typedef cl_bitfield cl_device_atomic_capabilities;
113113
typedef cl_bitfield cl_device_device_enqueue_capabilities;
114114
typedef cl_uint cl_khronos_vendor_id;
115-
typedef cl_properties cl_mem_properties;
115+
typedef cl_properties cl_mem_properties;
116116
#endif
117-
typedef cl_uint cl_version;
117+
typedef cl_uint cl_version;
118118

119119
typedef struct _cl_image_format {
120120
cl_channel_order image_channel_order;

0 commit comments

Comments
 (0)