[Mlir-commits] [mlir] [mlir] Fix semantics of linalg::ReduceOp with several inputs (PR #107005)

Renato Golin llvmlistbot at llvm.org
Thu Dec 12 13:50:59 PST 2024


https://github.com/rengolin requested changes to this pull request.

As @MaheshRavishankar said, the name and description of this PR are misleading. This is adding new semantics to an existing operation without proper consideration and discussion in the forum. 

I updated your issue to reflect the changes we're making to linalg as a whole and the new contract operation that you could use instead. Please change this PR to make the verifier more restrict and we can discuss the use case you have with the existing instructions.

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


More information about the Mlir-commits mailing list