[PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 22 01:48:55 PDT 2016


bader added a comment.

BTW, there is a comment on GitHub that opencl.h might be a bad name for that header, since Khronos group provides the header with the same name, but it defines host API. So if some developer is using clang to compile OpenCL application it might accidentally include opencl.h provided with Clang instead of opencl.h with OpenCL host API.


http://reviews.llvm.org/D18369





More information about the cfe-commits mailing list