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
mlir/include/mlir/Dialect/Linalg/Utils
|
@ -162,8 +162,7 @@ getReassociationMapForFoldingUnitDims(ArrayRef<OpFoldResult> mixedSizes);
|
||||||
enum class LinalgTilingLoopType {
|
enum class LinalgTilingLoopType {
|
||||||
Loops = 0,
|
Loops = 0,
|
||||||
AffineLoops = 1,
|
AffineLoops = 1,
|
||||||
ParallelLoops = 2,
|
ParallelLoops = 2
|
||||||
TiledLoops = 3,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Checks whether the specific `producer` is the last write to exactly the
|
/// Checks whether the specific `producer` is the last write to exactly the
|
||||||
|
|
Loading…
Reference in New Issue