[Mlir-commits] [mlir] [NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (PR #116377)
Ulrich Weigand
llvmlistbot at llvm.org
Wed Nov 20 04:44:57 PST 2024
uweigand wrote:
Looks like this introduced a build break on s390x (https://lab.llvm.org/buildbot/#/builders/117/builds/3919):
```
In static member function 'static llvm::SmallVector<mlir::AffineMap> mlir::linalg::MatmulOp::getDefaultIndexingMaps(mlir::MLIRContext*)':
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp:3468:10: error: could not convert 'indexingMaps' from 'SmallVector<[...],3>' to 'SmallVector<[...],6>'
3468 | return indexingMaps;
| ^~~~~~~~~~~~
| |
| SmallVector<[...],3>
```
https://github.com/llvm/llvm-project/pull/116377
More information about the Mlir-commits
mailing list