Skip to content

Commit 7f88890

Browse files
committed
fixup! fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Fix comment
1 parent 51000f0 commit 7f88890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ vectorizeAsTensorUnpackOp(RewriterBase &rewriter, linalg::UnPackOp unpackOp,
19231923
// 1.2 Infer vector sizes for the read operation.
19241924
//
19251925
// The steps are:
1926-
// 1. readVectorSizes = vectorInputSizes
1926+
// 1. readVectorSizes = writeVectorSizes
19271927
// 2. Take readVectorSizes from 1. and divide all locations pointed by
19281928
// the inner_dims_pos attribyte by the `inner_tiles` attribute value.
19291929
// 3. If outer_dims_perms is present, permutate readVectorSizes accordingly.

0 commit comments

Comments
 (0)