[Mlir-commits] [clang] [flang] [llvm] [mlir] [OpenMP][flang] Add initial support for by-ref reductions on the GPU (PR #165714)

Pranav Bhandarkar llvmlistbot at llvm.org
Mon Nov 24 22:32:07 PST 2025


================
@@ -1017,6 +1020,31 @@ makeAtomicReductionGen(omp::DeclareReductionOp decl,
   return atomicGen;
 }
 
+static OwningDataPtrPtrReductionGen
----------------
bhandarkar-pranav wrote:

For completeness, could you please add a comment here about this function just like the other `makexxxGen` functions above?

https://github.com/llvm/llvm-project/pull/165714


More information about the Mlir-commits mailing list