Skip to content

Commit cae3fb4

Browse files
committed
fixup! fixup! fixup! fixup! fixup! [mlir][linalg] Enable scalable vectorization of linalg.unpack (WIP)
Fix comment
1 parent d213e16 commit cae3fb4

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
@@ -1930,7 +1930,7 @@ vectorizeAsTensorUnpackOp(RewriterBase &rewriter, linalg::UnPackOp unpackOp,
19301930
// 1.2 Infer vector sizes for the read operation.
19311931
//
19321932
// The steps are:
1933-
// 1. readVectorSizes = vectorInputSizes
1933+
// 1. readVectorSizes = writeVectorSizes
19341934
// 2. Take readVectorSizes from 1. and divide all locations pointed by
19351935
// the inner_dims_pos attribyte by the `inner_tiles` attribute value.
19361936
// 3. If outer_dims_perms is present, permutate readVectorSizes accordingly.

0 commit comments

Comments
 (0)