[LLVMbugs] [Bug 23794] New: [PATCH] OpenCL: Add new types for OpenCL 2.0
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 9 03:40:29 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23794
Bug ID: 23794
Summary: [PATCH] OpenCL: Add new types for OpenCL 2.0
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: pedro.ferreira at imgtec.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 14449
--> https://llvm.org/bugs/attachment.cgi?id=14449&action=edit
Patch to add types
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
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150609/8b1dd4f6/attachment.html>
More information about the llvm-bugs
mailing list