[Mlir-commits] [mlir] [mlir][linalg] Exclude non-convolutional ops from isaConvolutionOpInterface (PR #102087)
Kazu Hirata
llvmlistbot at llvm.org
Mon Aug 26 09:29:21 PDT 2024
kazutakahirata wrote:
This patch seems to cause
```
mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp:906:11: error: enumeration value 'EmptyConvolvedDims' not handled in switch [-Werror,-Wswitch]
switch (res) {
^~~
1 error generated.
```
Would you mind taking a look? Thanks!
https://github.com/llvm/llvm-project/pull/102087
More information about the Mlir-commits
mailing list