We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210fd91 commit 2d362c8Copy full SHA for 2d362c8
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
@@ -1026,10 +1026,6 @@ LogicalResult ExtractSliceOfPadTensorSwapPattern::matchAndRewrite(
1026
/// the source directly.
1027
///
1028
/// 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.
1033
static Value getPackOpSourceOrPaddedSource(OpBuilder &builder,
1034
tensor::PackOp packOp) {
1035
Value input = packOp.getSource();
0 commit comments