Skip to content

Commit 99c8557

Browse files
committed
Fix GCC build problem with 0348373
1 parent 7026960 commit 99c8557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static void fillStructuredOpRegion(OpBuilder &opBuilder, Region &region,
157157

158158
/// Helper to create a typical indexing map for MatmulOp. Returns a list of
159159
/// AffineMap.
160-
static SmallVector<AffineMap>
160+
static SmallVector<AffineMap, 3>
161161
getDefaultIndexingMapsForMatmul(MLIRContext *context) {
162162
AffineExpr d0, d1, d2;
163163
SmallVector<AffineMap, 3> indexingMaps;

0 commit comments

Comments
 (0)