[all-commits] [llvm/llvm-project] a5cf17: [OpenCL] Expose wg collective functions for CL3 SP...
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Mon May 30 02:49:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5cf17f8ae752f1b62b40b907bfee4faa3600b21
https://github.com/llvm/llvm-project/commit/a5cf17f8ae752f1b62b40b907bfee4faa3600b21
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M clang/lib/Headers/opencl-c-base.h
Log Message:
-----------
[OpenCL] Expose wg collective functions for CL3 SPIR targets
Since the SPIR/SPIR-V targets enable all known features, we must
ensure the Work-group Collective Functions feature macro is set for
OpenCL 3.0.
Fixes https://github.com/llvm/llvm-project/issues/55770
More information about the All-commits
mailing list