Skip to content

Commit

Permalink
[mlir][linalg] Remove unused #includes. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Jul 10, 2024
1 parent d18ca43 commit 34c544e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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
3 changes: 1 addition & 2 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1032,9 +1032,9 @@ cc_library(
":CAPIAsyncHeaders",
":CAPIDebugHeaders",
":CAPIIRHeaders",
":config",
":MLIRBindingsPythonHeaders",
":Support",
":config",
"//llvm:Support",
"@local_config_python//:python_headers",
"@pybind11",
Expand Down Expand Up @@ -11350,7 +11350,6 @@ cc_library(
":TensorTransforms",
":TensorUtils",
":TilingInterface",
":TosaDialect",
":TransformUtils",
":ValueBoundsOpInterface",
":VectorDialect",
Expand Down

0 comments on commit 34c544e

Please sign in to comment.