Skip to content

Commit b8dddce

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

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
@@ -1970,7 +1970,7 @@ vectorizeAsTensorUnpackOp(RewriterBase &rewriter, linalg::UnPackOp unpackOp,
19701970
// 1.2 Infer vector sizes for the read operation.
19711971
//
19721972
// The steps are:
1973-
// 1. readVectorSizes = vectorInputSizes
1973+
// 1. readVectorSizes = writeVectorSizes
19741974
// 2. Take readVectorSizes from 1. and divide all locations pointed by
19751975
// the inner_dims_pos attribyte by the `inner_tiles` attribute value.
19761976
// 3. If outer_dims_perms is present, permutate readVectorSizes accordingly.

0 commit comments

Comments
 (0)