Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724524754
  • Loading branch information
Google-ML-Automation committed Feb 8, 2025
1 parent 977263c commit 1e1c9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/pjrt/plugin/xla_tpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cc_test(
"//xla/pjrt:pjrt_common",
"//xla/tests:xla_internal_test_main",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_googletest//:gtest_main",
"@tsl//tsl/platform:test",
],
)
2 changes: 2 additions & 0 deletions xla/pjrt/plugin/xla_tpu/xla_tpu_pjrt_client_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ limitations under the License.

#include <string>

#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/container/flat_hash_map.h"
#include "xla/pjrt/pjrt_common.h"
#include "tsl/platform/test.h"
Expand Down

0 comments on commit 1e1c9a3

Please sign in to comment.