File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
mlir/lib/Dialect/Linalg/Transforms
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 15
15
#include " mlir/Dialect/Linalg/IR/Linalg.h"
16
16
#include " mlir/Dialect/Linalg/Utils/Utils.h"
17
17
#include " mlir/Dialect/Tensor/IR/Tensor.h"
18
- #include " mlir/Dialect/Tosa/Utils/ConversionUtils.h"
19
18
#include " mlir/Dialect/Utils/StaticValueUtils.h"
20
- #include " mlir/Transforms/GreedyPatternRewriteDriver.h"
21
19
#include " llvm/Support/MathExtras.h"
22
20
23
21
namespace mlir {
Original file line number Diff line number Diff line change @@ -11350,7 +11350,6 @@ cc_library(
11350
11350
":TensorTransforms" ,
11351
11351
":TensorUtils" ,
11352
11352
":TilingInterface" ,
11353
- ":TosaDialect" ,
11354
11353
":TransformUtils" ,
11355
11354
":ValueBoundsOpInterface" ,
11356
11355
":VectorDialect" ,
You can’t perform that action at this time.
0 commit comments