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

Kiran Chandramohan llvmlistbot at llvm.org
Tue Dec 19 14:44:03 PST 2023


kiranchandramohan wrote:

Not against this change. But just a drive-through comment.

This might make it difficult for frontends to directly lower to `scf.parallel`, since frontend reductions like in OpenMP do not require the reduction to be the last operation.

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


More information about the Mlir-commits mailing list