Skip to content

Commit

Permalink
[mlir][NFC] Remove unused includes
Browse files Browse the repository at this point in the history
Adding dep to TosaDialect increases binary size unnecessarily
  • Loading branch information
pranavk committed Jul 11, 2024
1 parent 657dbc3 commit 391d516
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mlir/lib/Dialect/Linalg/Transforms/WinogradConv2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/Linalg/Utils/Utils.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tosa/Utils/ConversionUtils.h"
#include "mlir/Dialect/Utils/StaticValueUtils.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/Support/MathExtras.h"

namespace mlir {
Expand Down
1 change: 0 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11350,7 +11350,6 @@ cc_library(
":TensorTransforms",
":TensorUtils",
":TilingInterface",
":TosaDialect",
":TransformUtils",
":ValueBoundsOpInterface",
":VectorDialect",
Expand Down

0 comments on commit 391d516

Please sign in to comment.