Adds support for a feature macro __opencl_c_read_write_images 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 D109307
[OpenCL] Supports optional same image reads and writes in C++ for OpenCL 2021 ClosedPublic Authored by Topotuna on Sep 6 2021, 1:23 AM.
Details Summary Adds support for a feature macro __opencl_c_read_write_images in This change aims to achieve compatibility between C++ for OpenCL
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 6 2021, 3:10 AM This revision was landed with ongoing or failed builds.Sep 17 2021, 6:15 AM Closed by commit rGb7e9d203c679: [OpenCL] Supports optional same image reads and writes in C++ for OpenCL 2021 (authored by Topotuna). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373203 clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Misc/opencl-c-3.0.incorrect_options.cl
clang/test/SemaOpenCL/access-qualifier.cl
|