[Mlir-commits] [mlir] [mlir][SCF] `scf.parallel`: Make reductions part of the terminator (PR #75314)

Matthias Springer llvmlistbot at llvm.org
Fri Dec 15 19:10:27 PST 2023


matthias-springer wrote:

> > I believe at the moment the reductions are guaranteed to be performed in the order in which they appear in the loop body
> 
> Is this documented? I'm not sure otherwise where would the guarantee come from?

You are right, this is not documented anywhere.


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


More information about the Mlir-commits mailing list