[Mlir-commits] [mlir] [mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (PR #81431)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Feb 13 19:15:24 PST 2024


MaheshRavishankar wrote:

> Yes I understand. What I'm saying is that this is just a helper function, not a transform op, as in `transform.structured.flatten`. This PR defines such a transform op. I do agree that this can be refactored and reused by my op implementation. But I'm just pointing out that it does indeed need a refactor for me to use it. And I'm happy to do so, to be clear

Sounds good. I am not sure how much refactoring is needed. This entry point has been used downstream without too many issues, but happy to see what you want to do. If it does change, this would be a breaking change.

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


More information about the Mlir-commits mailing list