Skip to content

Commit 7b86f9b

Browse files
ita9naiwahanhanW
andauthored
Update mlir/include/mlir/Dialect/Linalg/IR/LinalgRelayoutOps.td
Co-authored-by: Han-Chung Wang <[email protected]>
1 parent 17ad838 commit 7b86f9b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

mlir/include/mlir/Dialect/Linalg/IR/LinalgRelayoutOps.td

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,7 @@ def Linalg_PackOp : Linalg_RelayoutOp<"pack", [
205205
ArrayRef<int64_t> innerTileSizes, ArrayRef<int64_t> innerDimsPos,
206206
ArrayRef<int64_t> outerDimsPerm = {});
207207

208-
// Method to get the Shape of the result based on the input shape, inner
209-
// tiles, position of the inner tiles (innerDimsPos) and interchange vector
210-
// of outer loops (outerDimsPerm).
211-
212-
/// Helper for PackOp::{getResultShape, inferPackedTensorType, inferPackedMemRefType}.
213-
/// Returns the shape of the packed type. Having a shared helper helps
214-
/// implement these three methods in a way that ensures
215-
/// that they agree on which dimensions are dynamic.
208+
// Returns the shape of the packed type. It is a shared helper helps type inference methods in a way that ensures that they agree on which dimensions are dynamic.
216209
static SmallVector<int64_t> inferPackedShape(ArrayRef<int64_t> inputShape,
217210
ArrayRef<int64_t> innerTileSizes, ArrayRef<int64_t> innerDimsPos,
218211
ArrayRef<int64_t> outerDimsPerm = {});

0 commit comments

Comments
 (0)