[Mlir-commits] [mlir] [Linalg] Add *Conv2D* matchers (PR #168362)

Abhishek Varma llvmlistbot at llvm.org
Wed Nov 26 05:30:28 PST 2025


Abhishek-Varma wrote:

Hi @hanhanW !

That was such a nice suggestion. I've addressed your comments!

I was trying to also see if there's a way for us to simply just initialize with "(N, H, W, C, h, w)" string using the `ConvMatchBuilder` and then we simply just pass the string versions of the indexing maps directly - so this way the caller doesn't need to initialize so many dims locally. But it turned out to be a bit more involved so I just stuck with the current suggestion. :D

Can you please take a look now ?

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


More information about the Mlir-commits mailing list