Skip to content

Commit 6c51a22

Browse files
committed
correct the comment
Signed-off-by: hanhanW <[email protected]>
1 parent 4c992de commit 6c51a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ struct PackOpTiling
912912
// If a dimension is not tiled, it is always valid to fuse the pack op,
913913
// even if the op has padding semantics. Because it always generates a
914914
// full slice along the dimension. The tile sizes are for unpacked
915-
// domain, i.e., `srcDimSize`, so `tileSize < srcDimSize` means no
916-
// tiling at all.
915+
// domain, i.e., `srcDimSize`, so `tileSize < srcDimSize` means that the
916+
// dimension is tiled.
917917
// TODO: It could be untiled if the `srcDimSize` is dynamic. It is a
918918
// hard check to determine if a dimension is tiled or not.
919919
int64_t srcDimSize = packOp.getSourceType().getDimSize(dim);

0 commit comments

Comments
 (0)