forked from OSchip/llvm-project
[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:
parent
2960299986
commit
fb33b406df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue