From 55e822841d532504908cefe2e8cd31162ad67da9 Mon Sep 17 00:00:00 2001 From: Han-Chung Wang Date: Wed, 31 Jul 2024 22:54:52 -0700 Subject: [PATCH] [HAL] Remove the CPU dependency from HAL. (#18053) This is a follow-up for https://github.com/iree-org/iree/commit/4c0a18a6130d11a8933ebdd7bad9c7e8ed9b074b. The commit only removed the header, but it forgot to remove the dep. The revision removes the dep. Signed-off-by: hanhanW --- compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel | 1 - compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel b/compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel index fd2083b9e227..1d07611698d7 100644 --- a/compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel +++ b/compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel @@ -52,7 +52,6 @@ iree_compiler_cc_library( ], deps = [ ":PassesIncGen", - "//compiler/src/iree/compiler/Codegen/Common/CPU:CommonCPUPasses", "//compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR:IREECodegenDialect", "//compiler/src/iree/compiler/Dialect/Flow/IR", "//compiler/src/iree/compiler/Dialect/HAL/Analysis", diff --git a/compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt b/compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt index fc56b8fc3ce4..1d5719850e3e 100644 --- a/compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt +++ b/compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt @@ -67,7 +67,6 @@ iree_cc_library( MLIRTensorDialect MLIRTransformUtils MLIRTransforms - iree::compiler::Codegen::Common::CPU::CommonCPUPasses iree::compiler::Codegen::Dialect::Codegen::IR::IREECodegenDialect iree::compiler::Dialect::Flow::IR iree::compiler::Dialect::HAL::Analysis