[flang-commits] [clang] [flang] [llvm] [mlir] [OpenMP][flang] Add initial support for by-ref reductions on the GPU (PR #165714)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Wed Nov 5 05:20:48 PST 2025
================
@@ -2025,11 +2048,14 @@ class OpenMPIRBuilder {
/// reduction variables.
/// \param AllocaIP An insertion point suitable for allocas usable
/// in reductions.
- /// \param CodeGenIP An insertion point suitable for code
- /// generation. \param ReductionInfos A list of info on each reduction
- /// variable. \param IsNoWait Optional flag set if the reduction is
- /// marked as
- /// nowait.
+ /// \param CodeGenIP An insertion point suitable for code
+ /// generation.
+ /// \param ReductionInfos A list of info on each reduction
+ /// variable.
+ /// \param IsNoWait Optional flag set if the reduction is
+ /// marked as nowait.
+ /// \param IsByRef For each reduction clause, whether the reduction is by-ref
+ /// or not.
----------------
ergawy wrote:
Done.
https://github.com/llvm/llvm-project/pull/165714
More information about the flang-commits
mailing list