[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:54:49 PST 2025
srcarroll wrote:
> the pattern rewrites are public
correction. only the populate patterns function is public. so we can either make the pattern rewrite public to make it easier to build passes with individual patterns, or just add the options to the populate function. i dont think i have a particular preference
https://github.com/llvm/llvm-project/pull/95710
More information about the Mlir-commits
mailing list