Skip to content

Commit d6cdf25

Browse files
authored
[CPU][NFC] Delete TilingConfig. (#21568)
Signed-off-by: hanhanW <[email protected]>
1 parent 7215a15 commit d6cdf25

13 files changed

+0
-701
lines changed

compiler/src/iree/compiler/Codegen/Common/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ iree_compiler_cc_library(
180180
"TileDispatchUsingInterface.cpp",
181181
"TileInferenceUtils.cpp",
182182
"TileLargeTensors.cpp",
183-
"TileSizeSelection.cpp",
184183
"Transforms.cpp",
185184
"TypePropagationPass.cpp",
186185
"UnrollAnnotatedLoops.cpp",
@@ -201,7 +200,6 @@ iree_compiler_cc_library(
201200
"TensorDynamicDimAnalysis.h",
202201
"TileAndFuseUtils.h",
203202
"TileInferenceUtils.h",
204-
"TileSizeSelection.h",
205203
"Transforms.h",
206204
"UserConfig.h",
207205
],

compiler/src/iree/compiler/Codegen/Common/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ iree_cc_library(
8080
"TensorDynamicDimAnalysis.h"
8181
"TileAndFuseUtils.h"
8282
"TileInferenceUtils.h"
83-
"TileSizeSelection.h"
8483
"Transforms.h"
8584
"UserConfig.h"
8685
SRCS
@@ -172,7 +171,6 @@ iree_cc_library(
172171
"TileDispatchUsingInterface.cpp"
173172
"TileInferenceUtils.cpp"
174173
"TileLargeTensors.cpp"
175-
"TileSizeSelection.cpp"
176174
"Transforms.cpp"
177175
"TypePropagationPass.cpp"
178176
"UnrollAnnotatedLoops.cpp"

compiler/src/iree/compiler/Codegen/Common/CPU/CPUPrepareUkernels.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66

77
#include "iree/compiler/Codegen/Common/CPU/Passes.h"
8-
#include "iree/compiler/Codegen/Common/TileSizeSelection.h"
98
#include "iree/compiler/Codegen/Dialect/CPU/IR/IREECPUTypes.h"
109
#include "iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.h"
1110
#include "iree/compiler/Codegen/Utils/Utils.h"

compiler/src/iree/compiler/Codegen/Common/TileSizeSelection.cpp

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)