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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 30 07:32:08 PST 2023


MaheshRavishankar wrote:

> Have the IREE folks looked into recognize that a vector_shape would be a transpose? (or undoing the transformation?)
> If we have to add some tech debt somewhere, I rather have downstream pay the cost than upstream.

Just to clarify this is nothing to do with IREE. This is an issue hit in IREE cause shape_cast cannot be handled on conversion to SpIRV in MLIR. 

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


More information about the Mlir-commits mailing list