Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713878414
  • Loading branch information
Google-ML-Automation committed Jan 10, 2025
1 parent 26c1970 commit f166c0f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xla/service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5234,6 +5234,7 @@ cc_library(
"//xla/hlo/pass:hlo_pass",
"//xla/hlo/utils:hlo_query",
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings:string_view",
Expand Down Expand Up @@ -5293,6 +5294,7 @@ xla_cc_test(
"//xla/tests:hlo_test_base",
"//xla/tests:literal_test_util",
"//xla/tests:xla_internal_test_main", # fixdeps: keep
"@com_google_googletest//:gtest",
],
)

Expand Down Expand Up @@ -5709,6 +5711,7 @@ xla_cc_test(
"//xla/tsl/lib/core:status_test_util",
"@com_google_absl//absl/functional:bind_front",
"@com_google_absl//absl/log",
"@com_google_googletest//:gtest",
],
)

Expand All @@ -5730,6 +5733,7 @@ xla_cc_test(
deps = [
":lockable",
"@com_google_absl//absl/synchronization",
"@com_google_googletest//:gtest",
"@tsl//tsl/platform:env",
"@tsl//tsl/platform:test",
"@tsl//tsl/platform:test_main",
Expand Down
1 change: 1 addition & 0 deletions xla/service/lockable_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "absl/synchronization/blocking_counter.h"
#include "tsl/platform/env.h"
#include "tsl/platform/test.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/map_inliner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ limitations under the License.
#include <vector>

#include "absl/container/flat_hash_set.h"
#include "absl/log/log.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "xla/hlo/ir/dfs_hlo_visitor_with_default.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/map_inliner_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.
#include <memory>
#include <utility>

#include <gtest/gtest.h>
#include "xla/hlo/ir/hlo_computation.h"
#include "xla/hlo/ir/hlo_instruction.h"
#include "xla/hlo/ir/hlo_opcode.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/mapped_ptr_container_sorter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
#include <utility>
#include <vector>

#include <gtest/gtest.h>
#include "absl/functional/bind_front.h"
#include "absl/log/log.h"
#include "xla/test.h"
Expand Down

0 comments on commit f166c0f

Please sign in to comment.