Skip to content

Commit

Permalink
explicitly add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj committed Apr 4, 2024
1 parent 1c46d44 commit 5053dc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ cc_library(
"@llvm-project//mlir:ShapeDialect",
"@llvm-project//mlir:SideEffectInterfaces",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:BytecodeOpInterface",
],
)

Expand Down Expand Up @@ -280,6 +281,7 @@ cc_library(
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:SideEffectInterfaces",
"@llvm-project//mlir:TransformUtils",
"@llvm-project//mlir:BytecodeOpInterface",
],
)

Expand Down Expand Up @@ -414,6 +416,7 @@ cc_library(
"@llvm-project//mlir:TensorDialect",
"@llvm-project//mlir:Transforms",
"@llvm-project//mlir:VectorDialect",
"@llvm-project//mlir:TransformUtils",
],
)

Expand Down Expand Up @@ -1082,6 +1085,7 @@ cc_library(
"@llvm-project//mlir:SparseTensorDialect",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:TensorDialect",
"@llvm-project//mlir:BytecodeOpInterface",
],
)

Expand Down Expand Up @@ -1190,6 +1194,7 @@ cc_library(
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:TosaDialect",
"@llvm-project//mlir:Transforms",
"@llvm-project//mlir:TransformUtils",
],
)

Expand Down Expand Up @@ -1403,6 +1408,7 @@ cc_library(
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:ShapeDialect",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:BytecodeOpInterface",
],
)

Expand Down Expand Up @@ -1464,6 +1470,7 @@ cc_library(
"@llvm-project//mlir:ShapeDialect",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:Transforms",
"@llvm-project//mlir:TransformUtils",
],
)

Expand Down
2 changes: 2 additions & 0 deletions stablehlo/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ cc_library(
"@llvm-project//mlir:IR",
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:BytecodeOpInterface",
],
)

Expand Down Expand Up @@ -95,6 +96,7 @@ cc_library(
"@llvm-project//mlir:ShapeDialect",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:Transforms",
"@llvm-project//mlir:TransformUtils",
],
)

Expand Down

0 comments on commit 5053dc0

Please sign in to comment.