File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
include/mlir/Dialect/Linalg/Transforms Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1690,7 +1690,7 @@ struct DecomposeOuterUnitDimsPackOpPattern
16901690// / Rewrites a linalg::UnPackOp into a sequence of rank-reduced
16911691// / * tensor::ExtractSliceOp + linalg::TransposeOp + tensor::InsertSliceOp
16921692// /
1693- // / Requires that all the tile outer dims of the input linalg::PackOp are 1.
1693+ // / Requires that all the tiled outer dims of the input linalg::PackOp are 1.
16941694// /
16951695// / Before:
16961696// / ```
Original file line number Diff line number Diff line change @@ -2310,7 +2310,6 @@ RankedTensorType ExtractSliceOp::inferResultType(
23102310 sourceTensorType.getEncoding ());
23112311}
23122312
2313- // TODO: This uses neither offsets nor strides!
23142313RankedTensorType ExtractSliceOp::inferResultType (
23152314 RankedTensorType sourceTensorType, ArrayRef<OpFoldResult> offsets,
23162315 ArrayRef<OpFoldResult> sizes, ArrayRef<OpFoldResult> strides) {
You can’t perform that action at this time.
0 commit comments