[all-commits] [llvm/llvm-project] ca3beb: [OpenCL] Supports optional writing to 3d images in...
Justas Janickas via All-commits
all-commits at lists.llvm.org
Mon Sep 20 02:08:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca3bebd8440f9f88f1457dad9c12933b73d9590f
https://github.com/llvm/llvm-project/commit/ca3bebd8440f9f88f1457dad9c12933b73d9590f
Author: Justas Janickas <Justas.Janickas at arm.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M clang/lib/Sema/SemaType.cpp
M clang/test/Misc/opencl-c-3.0.incorrect_options.cl
M clang/test/SemaOpenCL/unsupported-image.cl
Log Message:
-----------
[OpenCL] Supports optional writing to 3d images in C++ for OpenCL 2021
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.
Differential Revision: https://reviews.llvm.org/D109328
More information about the All-commits
mailing list