[Mlir-commits] [mlir] [mlir][linalg] Implement patterns for reducing rank of named linalg contraction ops (PR #95710)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jan 17 14:47:44 PST 2025
srcarroll wrote:
> This is a neat feature! Any objection into making it a standalone pass?
Thanks. No objection at all. If I remember correctly the pattern rewrites are public so they should be able to be reused by any pass. In fact someone requested a feature to have options to choose what ops are targeted for reduction (or choose how low to take the rank). I was going to but haven't had time so if you want to address that too that would be great.
https://github.com/llvm/llvm-project/pull/95710
More information about the Mlir-commits
mailing list