[Mlir-commits] [mlir] [mlir][linalg] Fix isaConvolutionOpInterface logic (PR #102087)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 6 23:26:53 PDT 2024


================
@@ -111,7 +111,8 @@ FailureOr<ConvolutionDimensions> inferConvolutionDims(LinalgOp linalgOp);
 
 /// Checks whether `linalgOp` conforms to ConvolutionOpInterface.
 // TODO: embed within `isa<ConvolutionOpInterface>` if possible / natural.
----------------
yifeizh2 wrote:

> Document the behavior of `allowEmptyConvolvedDims` in the comment here.

Added~

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


More information about the Mlir-commits mailing list