[Mlir-commits] [mlir] [Linalg] Add basic infra to add matchers for linalg.*conv*/*pool* ops (PR #163724)
Abhishek Varma
llvmlistbot at llvm.org
Mon Oct 27 02:18:17 PDT 2025
================
@@ -237,6 +237,80 @@ static FailureOr<LinalgOp> specializeLinalgContractions(RewriterBase &rewriter,
return replaceWithMatmulVariant<MatmulOp>(rewriter, genericOp);
}
+/// Utility to create a `genericOp` with a convolution op of type `ConvOpTy`
+/// with `dilations` and `strides`.
----------------
Abhishek-Varma wrote:
My bad! Thanks for the catch. Rectified it.
https://github.com/llvm/llvm-project/pull/163724
More information about the Mlir-commits
mailing list