[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove unused dependency on kernel_utils.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649102959
  • Loading branch information
tensorflower-gardener committed Jul 3, 2024
1 parent b368d1b commit 02cee3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tensorflow/compiler/mlir/lite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,6 @@ cc_library(
"//tensorflow/core/platform:errors",
"//tensorflow/core/platform:status",
"//tensorflow/core/platform:statusor",
"//tensorflow/lite/kernels/internal:kernel_utils",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
Expand Down
2 changes: 1 addition & 1 deletion third_party/xla/xla/service/gpu/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,5 @@ def gen_gpu_hlo_compile_tests(
hlo_path,
] + xla_flags,
data = ["//xla/tools/multihost_hlo_runner:hlo_runner_main_gpu", data_label],
tags = backend_tags[backend] + ["requires-mem:16g"] + tags,
tags = backend_tags[backend] + ["requires-mem:16g", "nozapfhahn"] + tags,
)

0 comments on commit 02cee3b

Please sign in to comment.