[Mlir-commits] [mlir] [NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (PR #116377)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Wed Nov 20 05:02:13 PST 2024
shahidact 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>
> ```
Here a PR to fix this build issue.
https://github.com/llvm/llvm-project/pull/116958
https://github.com/llvm/llvm-project/pull/116377
More information about the Mlir-commits
mailing list