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.
2 parents 9ae47a2 + d32636f commit 03078c4Copy full SHA for 03078c4
mlir/lib/Dialect/Linalg/Transforms/PackAndUnpackPatterns.cpp
@@ -348,7 +348,7 @@ struct FoldProducerPackWithConsumerLinalgTransposeOp
348
auto innerDimsPos = packOp.getInnerDimsPos();
349
auto mixedInnerTiles = packOp.getMixedTiles();
350
auto outerDimsPerm = packOp.getOuterDimsPerm();
351
- auto transposePerm = maybePerm.value();
+ const auto &transposePerm = maybePerm.value();
352
SmallVector<int64_t> newOuterDimsPermVec;
353
SmallVector<int64_t> newInnerDimsPosVec;
354
SmallVector<OpFoldResult> newMixedInnerTilesVec;
0 commit comments