[PATCH] OpenCL: Add new types for OpenCL 2.0

Pedro Ferreira pedro.ferreira at imgtec.com
Wed Jun 10 03:15:31 PDT 2015


Hi all,

This patch adds the new OpenCL types for 2.0 described at 
https://www.khronos.org/registry/cl/sdk/2.0/docs/man/xhtml/otherDataTypes.html
This also adds lldb entries (fixes switch warnings).

The types are:

image2d_depth_t
image2d_array_depth_t
image2d_msaa_t
image2d_array_msaa_t
image2d_msaa_depth_t
image2d_array_msaa_depth_t
queue_t
ndrange_t
clk_event_t
reserve_id_t

let me know if something looks wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-ocl2.patch
Type: text/x-patch
Size: 31486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150610/2378ef9e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb-ocl2.patch
Type: text/x-patch
Size: 5147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150610/2378ef9e/attachment-0001.bin>


More information about the cfe-commits mailing list