[Mlir-commits] [mlir] [mlir][linalg] Enable CollapseLinalgDimensions to collapse ops with C… (PR #70653)
Nicolas Vasilache
llvmlistbot at llvm.org
Tue Oct 31 00:26:57 PDT 2023
nicolasvasilache wrote:
> Ill review this, but in general IMO having `0`s in indexing maps is an anti-pattern... Have you tried using `FoldUnitExtentDims` pass... it is meant to convert the numpy-style broadcasting into more canonical Linalg broadcasting.
+1 this seems undesirable atm
https://github.com/llvm/llvm-project/pull/70653
More information about the Mlir-commits
mailing list