[Mlir-commits] [mlir] [mlir][vector] Make `TransposeOpLowering` configurable (PR #73915)
Mehdi Amini
llvmlistbot at llvm.org
Thu Nov 30 16:28:37 PST 2023
joker-eph wrote:
> What we have is basically a vector lowering that introduces shape_cast irrespective of the backend being used, without it being supported on all backends. Thats seems like a bad situation to be in.
Sure, let's fix the incomplete backend.
Let's note though that most of MLIR dialects and passes are "in development" and so the fact that a backend is incomplete at any given point is pretty high: "a bad situation to be in" is just the full state of MLIR dialects upstream...
https://github.com/llvm/llvm-project/pull/73915
More information about the Mlir-commits
mailing list