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.
DropInnerMostUnitDimsTransferRead
1 parent a9651e1 commit c55addeCopy full SHA for c55adde
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
@@ -1293,7 +1293,7 @@ class DropInnerMostUnitDimsTransferRead
1293
if (dimsToDrop == 0)
1294
return failure();
1295
1296
- // Make sure that the indixes to be dropped are equal 0.
+ // Make sure that the indices to be dropped are equal 0.
1297
// TODO: Deal with cases when the indices are not 0.
1298
if (!llvm::all_of(readOp.getIndices().take_back(dimsToDrop), isZeroIndex))
1299
0 commit comments