[PATCH] D71460: [OpenCL] Fix support for cl_khr_mipmap_image_writes
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 11:58:23 PST 2019
Anastasia added inline comments.
================
Comment at: clang/lib/Headers/opencl-c.h:14686
+#if defined(cl_khr_mipmap_image_writes)
+#pragma OPENCL EXTENSION cl_khr_mipmap_image_writes : begin
void __ovld write_imagef(write_only image1d_t image, int coord, int lod, float4 color);
----------------
Do we actually need pragma for this extension? I.e. does it need to activate any special mode in the compiler?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71460/new/
https://reviews.llvm.org/D71460
More information about the cfe-commits
mailing list