Skip to content

Commit c00fe1a

Browse files
committed
Fix comment
1 parent 618fac0 commit c00fe1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5770,8 +5770,7 @@ SmallVector<int64_t> UnPackOp::getTiledOuterDims() {
57705770
SmallVector<int64_t> outerDims(getAllOuterDims());
57715771
SmallVector<int64_t> res;
57725772

5773-
// Invert outer-dims-perm and use it to restore the original order
5774-
// of the outer dims.
5773+
// Recover the original order of the outer dims.
57755774
SmallVector<int64_t> outerDimPermInv(getOuterDimsPerm());
57765775
invertPermutationVector(outerDimPermInv);
57775776
if (!outerDimPermInv.empty())

0 commit comments

Comments
 (0)