[Mlir-commits] [mlir] [mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (PR #81431)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 13 12:41:16 PST 2024
srcarroll wrote:
Ah interesting. I wasn't aware of this. I wouldn't say this whole PR is a duplicate though. The purpose is to implement a transform op. I can refactor my changes to reuse `collapseOpIterationDims` but right now it only supports collapsing `linalg.generic` and `linalg.copy`. But i could refactor that function to cover more if you think that's a good idea
https://github.com/llvm/llvm-project/pull/81431
More information about the Mlir-commits
mailing list