File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
mlir/lib/Dialect/Linalg/Transforms
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1515#include " mlir/Dialect/Linalg/IR/Linalg.h"
1616#include " mlir/Dialect/Linalg/Utils/Utils.h"
1717#include " mlir/Dialect/Tensor/IR/Tensor.h"
18- #include " mlir/Dialect/Tosa/Utils/ConversionUtils.h"
1918#include " mlir/Dialect/Utils/StaticValueUtils.h"
20- #include " mlir/Transforms/GreedyPatternRewriteDriver.h"
2119#include " llvm/Support/MathExtras.h"
2220
2321namespace mlir {
Original file line number Diff line number Diff line change @@ -1032,9 +1032,9 @@ cc_library(
10321032 ":CAPIAsyncHeaders" ,
10331033 ":CAPIDebugHeaders" ,
10341034 ":CAPIIRHeaders" ,
1035- ":config" ,
10361035 ":MLIRBindingsPythonHeaders" ,
10371036 ":Support" ,
1037+ ":config" ,
10381038 "//llvm:Support" ,
10391039 "@local_config_python//:python_headers" ,
10401040 "@pybind11" ,
@@ -11350,7 +11350,6 @@ cc_library(
1135011350 ":TensorTransforms" ,
1135111351 ":TensorUtils" ,
1135211352 ":TilingInterface" ,
11353- ":TosaDialect" ,
1135411353 ":TransformUtils" ,
1135511354 ":ValueBoundsOpInterface" ,
1135611355 ":VectorDialect" ,
You can’t perform that action at this time.
0 commit comments