Skip to content

Commit 2d362c8

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][tensor] Extend the logic to generalise tensor.pack
Remove comment that's no longer valid
1 parent 210fd91 commit 2d362c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,10 +1026,6 @@ LogicalResult ExtractSliceOfPadTensorSwapPattern::matchAndRewrite(
10261026
/// the source directly.
10271027
///
10281028
/// This method assumes that all outer dims for this pack Op are 1.
1029-
///
1030-
/// At most _one_ inner tile size can be _dynamic_, all other inner tiles are
1031-
/// required to have static sizes. This restriction can be relaxed in the
1032-
/// future.
10331029
static Value getPackOpSourceOrPaddedSource(OpBuilder &builder,
10341030
tensor::PackOp packOp) {
10351031
Value input = packOp.getSource();

0 commit comments

Comments
 (0)