From a6f4a4c212a63b0d70a5bd742ee9359704712db7 Mon Sep 17 00:00:00 2001 From: Alan Li Date: Fri, 10 Jan 2025 03:05:01 +0000 Subject: [PATCH] remove deps --- .../iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel | 1 - .../compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt | 1 - compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel | 1 - compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt | 1 - 4 files changed, 4 deletions(-) diff --git a/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel b/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel index bb8606fec0af1..5c64fa1ce8a24 100644 --- a/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel +++ b/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/BUILD.bazel @@ -22,7 +22,6 @@ iree_compiler_cc_library( ], deps = [ ":Utils", - "//compiler/src/iree/compiler/Codegen/Common", "//compiler/src/iree/compiler/Dialect/HAL/Analysis", "//compiler/src/iree/compiler/Dialect/HAL/Conversion", "//compiler/src/iree/compiler/Dialect/HAL/IR", diff --git a/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt b/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt index de1892ce0b4be..92dc1b9dba64c 100644 --- a/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt +++ b/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/CMakeLists.txt @@ -28,7 +28,6 @@ iree_cc_library( MLIRSCFDialect MLIRTransformUtils MLIRTransforms - iree::compiler::Codegen::Common iree::compiler::Dialect::HAL::Analysis iree::compiler::Dialect::HAL::Conversion iree::compiler::Dialect::HAL::IR diff --git a/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel b/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel index 68fb04a8f9608..2fa22edf5eb6b 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel +++ b/compiler/src/iree/compiler/Dialect/Stream/IR/BUILD.bazel @@ -64,7 +64,6 @@ iree_compiler_cc_library( ":StreamInterfacesGen", ":StreamOpsGen", ":StreamTypesGen", - "//compiler/src/iree/compiler/Codegen/Common", "//compiler/src/iree/compiler/Dialect/Util/IR", "//compiler/src/iree/compiler/Utils", "@llvm-project//llvm:Support", diff --git a/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt b/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt index abc1240aaf007..2f10910741ae9 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt +++ b/compiler/src/iree/compiler/Dialect/Stream/IR/CMakeLists.txt @@ -54,7 +54,6 @@ iree_cc_library( MLIRTensorDialect MLIRTransformUtils MLIRViewLikeInterface - iree::compiler::Codegen::Common iree::compiler::Dialect::Util::IR iree::compiler::Utils PUBLIC