[Mlir-commits] [mlir] [mlir][vector] Make `TransposeOpLowering` configurable (PR #73915)

Diego Caballero llvmlistbot at llvm.org
Thu Nov 30 02:07:20 PST 2023


dcaballe wrote:

We could also implement this lowering using a `vector.extract` + `vector.insert` for the time being. I would rather do that than opening the door to diverging lowerings or excluding ops for specific backends.

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


More information about the Mlir-commits mailing list