Commit b17ea2f 1 parent afba840 commit b17ea2f Copy full SHA for b17ea2f
File tree 2 files changed +2
-2
lines changed
compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ iree_compiler_cc_library(
22
22
],
23
23
deps = [
24
24
":Utils" ,
25
- "//compiler/Codegen/Common" ,
26
25
"//compiler/src/iree/compiler/Dialect/HAL/Analysis" ,
27
26
"//compiler/src/iree/compiler/Dialect/HAL/Conversion" ,
28
27
"//compiler/src/iree/compiler/Dialect/HAL/IR" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ iree_cc_library(
28
28
MLIRSCFDialect
29
29
MLIRTransformUtils
30
30
MLIRTransforms
31
- iree::compiler::Codegen::Common::::compiler::src::iree::compiler::Dialect::HAL::Analysis
31
+ iree::compiler::Codegen::Common
32
+ iree::compiler::Dialect::HAL::Analysis
32
33
iree::compiler::Dialect::HAL::Conversion
33
34
iree::compiler::Dialect::HAL::IR
34
35
iree::compiler::Dialect::HAL::IR::HALDialect
You can’t perform that action at this time.
0 commit comments