Skip to content

Commit

Permalink
[xla] Delete unused refcounting hashmap
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713849650
  • Loading branch information
ezhulenev authored and Google-ML-Automation committed Jan 10, 2025
1 parent 2104f47 commit 066be4e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 214 deletions.
23 changes: 0 additions & 23 deletions xla/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1213,29 +1213,6 @@ xla_cc_test(
],
)

cc_library(
name = "refcounting_hash_map",
hdrs = ["refcounting_hash_map.h"],
deps = [
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:node_hash_map",
"@com_google_absl//absl/functional:function_ref",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/synchronization",
],
)

xla_cc_test(
name = "refcounting_hash_map_test",
srcs = ["refcounting_hash_map_test.cc"],
deps = [
":refcounting_hash_map",
":test",
"@com_google_googletest//:gtest",
"@tsl//tsl/platform:test_main",
],
)

cc_library(
name = "union_find",
hdrs = ["union_find.h"],
Expand Down
2 changes: 0 additions & 2 deletions xla/backends/cpu/collectives/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ cc_library(
deps = [
":cpu_collectives",
":in_process_communicator",
"//xla:refcounting_hash_map",
"//xla:shape_util",
"//xla:status_macros",
"//xla:util",
Expand Down Expand Up @@ -133,7 +132,6 @@ cc_library(
hdrs = ["in_process_communicator.h"],
deps = [
":cpu_collectives",
"//xla:refcounting_hash_map",
"//xla:shape_util",
"//xla:status_macros",
"//xla:util",
Expand Down
104 changes: 0 additions & 104 deletions xla/refcounting_hash_map.h

This file was deleted.

85 changes: 0 additions & 85 deletions xla/refcounting_hash_map_test.cc

This file was deleted.

0 comments on commit 066be4e

Please sign in to comment.