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

Lei Zhang llvmlistbot at llvm.org
Mon Dec 4 08:54:13 PST 2023


antiagainst wrote:

> > Nicolas pointed at the shape cast [lowering patterns](https://github.com/llvm/llvm-project/blob/437a48b2d9bfc6e38a0ca43f1cee48ceaf0fe249/mlir/lib/Dialect/Vector/Transforms/LowerVectorShapeCast.cpp#L354-L359) that we use for LLVM and mentioned that they should also work for SPIR-V.
> 
> Has anybody tried this already? ^

Yeah thanks for pointing out! Agreed looks nice to check out. As said in the above, we are overwhelmed by comany internal tasks. This would be the first task I'd do after Dec 6, if noboday bets me to it.. 

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


More information about the Mlir-commits mailing list