[all-commits] [llvm/llvm-project] 9ae99a: [OpenCL] Add cl_khr_subgroup_non_uniform_arithmeti...
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Wed Feb 10 01:45:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ae99a0de8c79799df6fc0ff69ac3f73b7f4600f
https://github.com/llvm/llvm-project/commit/9ae99a0de8c79799df6fc0ff69ac3f73b7f4600f
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add cl_khr_subgroup_non_uniform_arithmetic to TableGen BIFs
Add the builtin functions brought by the
cl_khr_subgroup_non_uniform_arithmetic extension to
`-fdeclare-opencl-builtins`.
Differential Revision: https://reviews.llvm.org/D95951
Commit: a7d01772ac370bfc5ef1838c8d18b7be070edfbe
https://github.com/llvm/llvm-project/commit/a7d01772ac370bfc5ef1838c8d18b7be070edfbe
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add cl_khr_subgroup_clustered_reduce to TableGen BIFs
Add the builtin functions brought by the
cl_khr_subgroup_clustered_reduce extension to
`-fdeclare-opencl-builtins`.
Compare: https://github.com/llvm/llvm-project/compare/9db6e97a8605...a7d01772ac37
More information about the All-commits
mailing list