[all-commits] [llvm/llvm-project] fb321c: [OpenCL] Define OpenCL 3.0 optional core features ...
Justas Janickas via All-commits
all-commits at lists.llvm.org
Wed Sep 1 02:16:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb321c2ea274c1bd1e1b294f2c090f1c0d9a97fe
https://github.com/llvm/llvm-project/commit/fb321c2ea274c1bd1e1b294f2c090f1c0d9a97fe
Author: Justas Janickas <Justas.Janickas at arm.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M clang/lib/Headers/opencl-c-base.h
M clang/test/Headers/opencl-c-header.cl
M clang/test/SemaOpenCL/features.cl
Log Message:
-----------
[OpenCL] Define OpenCL 3.0 optional core features in C++ for OpenCL 2021
Modifies OpenCL 3.0 optional core feature macro definitions so that
they are set analogously in C++ for OpenCL 2021.
This change aims to achieve compatibility between C++ for OpenCL
2021 and OpenCL 3.0.
Differential Revision: https://reviews.llvm.org/D108704
More information about the All-commits
mailing list