We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf71fc commit 9288b08Copy full SHA for 9288b08
mlir/lib/Dialect/Linalg/Transforms/PadTilingInterface.cpp
@@ -141,7 +141,7 @@ SmallVector<OpFoldResult> linalg::computePaddedShape(
141
projectedDims.flip(paddingDim);
142
AffineMap projectedMap =
143
mlir::projectDims(partialIndexingMap, projectedDims,
144
- /*compressDims=*/true);
+ /*compressDimsFlag=*/true);
145
146
// If we are padding to the next multiple of, compose with ceil(sz) * sz.
147
OpFoldResult paddingDimOfr;
0 commit comments