Skip to content

Commit

Permalink
[MLIR][Linalg] Remove TiledLoops from tiling options
Browse files Browse the repository at this point in the history
TiledLoopOp has been removed in: 1a829d2

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D131383
  • Loading branch information
chelini committed Aug 8, 2022
1 parent 2960299 commit fb33b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ getReassociationMapForFoldingUnitDims(ArrayRef<OpFoldResult> mixedSizes);
enum class LinalgTilingLoopType {
Loops = 0,
AffineLoops = 1,
ParallelLoops = 2,
TiledLoops = 3,
ParallelLoops = 2
};

/// Checks whether the specific `producer` is the last write to exactly the
Expand Down

0 comments on commit fb33b40

Please sign in to comment.