[clang] [Clang] Default OpenMP and C/C++ compilations to uniform blocks (PR #221279)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 13 06:52:09 PDT 2026
================
@@ -334,6 +334,9 @@ class TargetCodeGenInfo {
/// Get LLVM calling convention for device kernels.
virtual unsigned getDeviceKernelCallingConv() const;
+ /// \return true if the target's launch model delivers complete work-groups.
----------------
arsenm wrote:
This is not a target property, this is a purely language option
https://github.com/llvm/llvm-project/pull/221279
More information about the cfe-commits
mailing list