[Mlir-commits] [mlir] [mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (PR #81431)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 13 17:39:09 PST 2024
MaheshRavishankar wrote:
The transformation should work on any `LinalgOp`. Anything that works on `linalg.generic` would directly work on `LinalgOp` you just need to change the type of operation from `GenericOp` to `LinalgOp` and it should just work.
https://github.com/llvm/llvm-project/pull/81431
More information about the Mlir-commits
mailing list