[Mlir-commits] [mlir] [MLIR] Add `InParallelOpInterface` for parallel combining operations (PR #157736)

Quinn Dawkins llvmlistbot at llvm.org
Wed Sep 10 07:12:04 PDT 2025


https://github.com/qedawkins commented:

Top level naming comment, I think the `InParallelOpInterface` and `ParallelCombiningOpInterface` are confusingly assigned to the opposite of what we'd expect. `scf.forall.in_parallel` not being an `InParallelOpInterface` is surprising so we should swap the names.

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


More information about the Mlir-commits mailing list