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 618fac0 commit c00fe1aCopy full SHA for c00fe1a
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
@@ -5770,8 +5770,7 @@ SmallVector<int64_t> UnPackOp::getTiledOuterDims() {
5770
SmallVector<int64_t> outerDims(getAllOuterDims());
5771
SmallVector<int64_t> res;
5772
5773
- // Invert outer-dims-perm and use it to restore the original order
5774
- // of the outer dims.
+ // Recover the original order of the outer dims.
5775
SmallVector<int64_t> outerDimPermInv(getOuterDimsPerm());
5776
invertPermutationVector(outerDimPermInv);
5777
if (!outerDimPermInv.empty())
0 commit comments