[PATCH] D106260: [OpenCL] Add support of __opencl_c_3d_image_writes feature macro
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 19 03:26:44 PDT 2021
azabaznov added inline comments.
================
Comment at: clang/lib/Sema/SemaType.cpp:1732-1734
+ // __opencl_c_3d_image_writes feature. OpenCL C v3.0 API s4.2 - For devices
+ // that support OpenCL 3.0, cl_khr_3d_image_writes must be returned when and
+ // only when the optional feature is supported
----------------
Note this. Is it OK to refer to API spec here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106260/new/
https://reviews.llvm.org/D106260
More information about the cfe-commits
mailing list