[all-commits] [llvm/llvm-project] 37cdc7: [OpenCL] Supports optional pipe types in C++ for O...
Justas Janickas via All-commits
all-commits at lists.llvm.org
Fri Sep 17 01:56:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37cdc7ebd9a373100cbbe39f5b9be7a4e4f7813d
https://github.com/llvm/llvm-project/commit/37cdc7ebd9a373100cbbe39f5b9be7a4e4f7813d
Author: Justas Janickas <Justas.Janickas at arm.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M clang/lib/Basic/TargetInfo.cpp
M clang/test/CodeGenOpenCL/address-spaces-mangling.cl
M clang/test/CodeGenOpenCL/address-spaces.cl
M clang/test/CodeGenOpenCL/pipe_types.cl
M clang/test/CodeGenOpenCL/pipe_types_mangling.cl
M clang/test/Misc/opencl-c-3.0.incorrect_options.cl
M clang/test/SemaOpenCL/invalid-pipes-cl1.2.cl
M clang/test/SemaOpenCL/invalid-pipes-cl2.0.cl
Log Message:
-----------
[OpenCL] Supports optional pipe types in C++ for OpenCL 2021
Adds support for a feature macro `__opencl_c_pipes` 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/D109306
More information about the All-commits
mailing list