From fb33b406df909c90891bf2c50da3d38f82d7d2cd Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Mon, 8 Aug 2022 10:35:55 +0200 Subject: [PATCH] [MLIR][Linalg] Remove `TiledLoops` from tiling options TiledLoopOp has been removed in: https://github.com/llvm/llvm-project/commit/1a829d2d06958abf09bb6aff81120959206887f6 Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D131383 --- mlir/include/mlir/Dialect/Linalg/Utils/Utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h index 4b81ffecb43e..b6ae6e169666 100644 --- a/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h +++ b/mlir/include/mlir/Dialect/Linalg/Utils/Utils.h @@ -162,8 +162,7 @@ getReassociationMapForFoldingUnitDims(ArrayRef 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