Skip to content

Commit

Permalink
Use glob patterns instead
Browse files Browse the repository at this point in the history
Models cmake files closer and makes it less fragile for integrates. More
cleanup is needed.

PiperOrigin-RevId: 288698695
Change-Id: Id9eaac523d642ae550866cda7ea46466197b7316
  • Loading branch information
jpienaar authored and tensorflower-gardener committed Jan 8, 2020
1 parent 8b284be commit 8e5c3ae
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 381 deletions.
6 changes: 4 additions & 2 deletions tensorflow/compiler/mlir/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ cc_library(
"//tensorflow/core:lib",
"//tensorflow/core/platform:logging",
"@llvm-project//llvm:support",
"@llvm-project//mlir:AffineDialectRegistration",
"@llvm-project//mlir:LoopDialectRegistration",
"@llvm-project//mlir:MlirOptLib",
"@llvm-project//mlir:Pass",
"@llvm-project//mlir:QuantOpsDialectRegistration",
"@llvm-project//mlir:Support",
"@llvm-project//mlir/test:TestTransforms",
],
Expand Down Expand Up @@ -82,9 +85,8 @@ cc_library(
"//tensorflow/compiler/mlir/xla:xla_lower",
"//tensorflow/compiler/mlir/xla:xla_materialize_broadcasts",
"//tensorflow/compiler/mlir/xla:xla_test_passes",
"@llvm-project//mlir:AffineDialectRegistration",
"@llvm-project//mlir:AffineOps",
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:QuantOpsDialectRegistration",
],
)

Expand Down
2 changes: 1 addition & 1 deletion tensorflow/compiler/mlir/lite/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ cc_library(
"@llvm-project//mlir:IR",
"@llvm-project//mlir:Pass",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:ViewOpGraph",
"@llvm-project//mlir:Transforms",
],
)
2 changes: 0 additions & 2 deletions tensorflow/compiler/mlir/tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ cc_library(
"@llvm-project//llvm:support",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:Pass",
"@llvm-project//mlir:StandardDialectRegistration",
"@llvm-project//mlir:StandardOps",
"@llvm-project//mlir:Support",
],
Expand Down Expand Up @@ -426,7 +425,6 @@ cc_library(
"@com_google_absl//absl/strings",
"@llvm-project//llvm:support",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:StandardDialectRegistration",
"@llvm-project//mlir:StandardOps",
"@llvm-project//mlir:Support",
],
Expand Down
Loading

0 comments on commit 8e5c3ae

Please sign in to comment.