Adds support for a feature macro __opencl_c_3d_image_writes in
C++ for OpenCL 2021 enabling a respective optional core feature
from OpenCL 3.0.
This change aims to achieve compatibility between C++ for OpenCL
2021 and OpenCL 3.0.
Paths
| Differential D109328
[OpenCL] Supports optional writing to 3d images in C++ for OpenCL 2021 ClosedPublic Authored by Topotuna on Sep 6 2021, 8:25 AM.
Details Summary Adds support for a feature macro __opencl_c_3d_image_writes in This change aims to achieve compatibility between C++ for OpenCL
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 7 2021, 2:18 AM This revision was landed with ongoing or failed builds.Sep 20 2021, 2:08 AM Closed by commit rGca3bebd8440f: [OpenCL] Supports optional writing to 3d images in C++ for OpenCL 2021 (authored by Topotuna). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 370930 clang/lib/Sema/SemaType.cpp
clang/test/Misc/opencl-c-3.0.incorrect_options.cl
clang/test/SemaOpenCL/unsupported-image.cl
|