Skip to content

Commit

Permalink
[HAL] Remove the CPU dependency from HAL. (iree-org#18053)
Browse files Browse the repository at this point in the history
This is a follow-up for
iree-org@4c0a18a.
The commit only removed the header, but it forgot to remove the dep. The
revision removes the dep.

Signed-off-by: hanhanW <[email protected]>
  • Loading branch information
hanhanW authored Aug 1, 2024
1 parent e792c32 commit 55e8228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55e8228

Please sign in to comment.