[Openmp-commits] [clang] [llvm] [mlir] [openmp] [OpenMP][offload] Cross-team reductions with variable number of teams (PR #195102)
Robert Imschweiler via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 2 00:50:24 PDT 2026
================
@@ -1790,12 +1787,13 @@ void CGOpenMPRuntimeGPU::emitReduction(
Idx++;
}
+ bool IsSPMD = getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD;
----------------
ro-i wrote:
I think this is resolved now :)
https://github.com/llvm/llvm-project/pull/195102
More information about the Openmp-commits
mailing list