diff options
author | Md Asghar Ahmad Shahid <md.asghar.ahmad.shahid@intel.com> | 2024-11-20 19:10:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 07:40:42 -0600 |
commit | d0d726e56da39bfbc583769a673842c0f05e72cb (patch) | |
tree | 4a4f242244de65bb581b5a49af9755cca767eca2 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | c0fdedfedf16317253619aa65b7c60102aa36fee (diff) | |
download | llvm-d0d726e56da39bfbc583769a673842c0f05e72cb.zip llvm-d0d726e56da39bfbc583769a673842c0f05e72cb.tar.gz llvm-d0d726e56da39bfbc583769a673842c0f05e72cb.tar.bz2 |
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
Below is the error message for reference.
/llvm-project/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp: In static member
function 'static llvm::SmallVector<mlir::AffineMap>
mlir::linalg::MatmulOp::getDefaultIndexingMaps(mlir::MLIRContext*)':
/llvm-project/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 is the link to the failure.
https://lab.llvm.org/buildbot/#/builders/117/builds/3919
...
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions