[Mlir-commits] [mlir] [Linalg] Update Conv Decomposition patterns to work with generic convolution ops as well (PR #174196)
Abhishek Varma
llvmlistbot at llvm.org
Sun Jan 4 23:25:09 PST 2026
Abhishek-Varma wrote:
> Can you split the PR? I think you can break it two at least two PRs, since they should be independent:
>
> * Vectorization
> * Conv decomposition
>
> EDIT: I found that you have two commits which is good, but I wonder if we can break the PR based on those two commits.
Hi @hanhanW - I've split the PR now to contain just the first commit dealing with Conv Decomposition.
https://github.com/llvm/llvm-project/pull/174196
More information about the Mlir-commits
mailing list