[PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 15 05:52:35 PDT 2016
bader added a comment.
To clarify my last comment: I don't think we should define Image Query built-in functions only for 'read_only' access qualifier in OpenCL 1.x.
It's just bug in OpenCL 1.x specifications. I think the intention was to provide these built-in functions for both 'read_only' and 'write_only' images. OpenCL 2.0 also provides 'read_write' flavors.
http://reviews.llvm.org/D18369
More information about the cfe-commits
mailing list