[PATCH] D23086: [OpenCL] Generate concrete struct type for ndrange_t

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 5 13:28:21 PDT 2016


yaxunl added a comment.

In https://reviews.llvm.org/D23086#507203, @yaxunl wrote:

> How about assuming ndrange_t is a struct type defined by user and identify it by struct type name in Clang? This gives user freedom of implementing it differently than SPIR. In opencl-c.h define it as a struct type as SPIR required.


Anastasia, are you OK with this approach? Thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D23086





More information about the cfe-commits mailing list