[MLIR][Linalg] Remove `TiledLoops` from tiling options

TiledLoopOp has been removed in: 1a829d2d06

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D131383
This commit is contained in:
lorenzo chelini 2022-08-08 10:35:55 +02:00
parent 2960299986
commit fb33b406df
1 changed files with 1 additions and 2 deletions

View File

@ -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