Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674147797
  • Loading branch information
tensorflower-gardener authored and Google-ML-Automation committed Sep 13, 2024
1 parent 3633c96 commit baf1170
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xla/python/ifrt_proxy/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cc_library(
"//xla/python/ifrt",
"//xla/python/ifrt_proxy/common:grpc_credentials",
"//xla/python/ifrt_proxy/common:grpc_ifrt_service_cc_grpc_proto",
"//xla/python/ifrt_proxy/common:ifrt_service_proto_cc",
"@com_github_grpc_grpc//:grpc",
"@com_github_grpc_grpc//:grpc++",
"@com_google_absl//absl/functional:any_invocable",
Expand Down Expand Up @@ -122,7 +123,6 @@ cc_library(
"//xla:shape_util",
"//xla:status_macros",
"//xla:xla_data_proto_cc",
"//xla/pjrt:pjrt_client",
"//xla/pjrt:pjrt_layout",
"//xla/python/ifrt",
"//xla/python/ifrt:program_serdes",
Expand Down Expand Up @@ -226,6 +226,7 @@ cc_library(
srcs = ["host_buffer.cc"],
hdrs = ["host_buffer.h"],
deps = [
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status",
Expand Down
1 change: 1 addition & 0 deletions xla/python/ifrt_proxy/server/grpc_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "xla/python/ifrt/client.h"
#include "xla/python/ifrt_proxy/common/grpc_credentials.h"
#include "xla/python/ifrt_proxy/common/grpc_ifrt_service.grpc.pb.h"
#include "xla/python/ifrt_proxy/common/ifrt_service.pb.h"
#include "xla/python/ifrt_proxy/server/grpc_service_impl.h"
#include "xla/python/ifrt_proxy/server/host_buffer.h"
#include "xla/python/ifrt_proxy/server/ifrt_backend.h"
Expand Down
1 change: 1 addition & 0 deletions xla/python/ifrt_proxy/server/host_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <memory>
#include <string>

#include "absl/base/thread_annotations.h"
#include "absl/container/flat_hash_map.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
Expand Down
1 change: 0 additions & 1 deletion xla/python/ifrt_proxy/server/ifrt_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "absl/types/span.h"
#include "llvm/Support/Casting.h"
#include "xla/layout.h"
#include "xla/pjrt/pjrt_client.h"
#include "xla/pjrt/pjrt_layout.h"
#include "xla/python/ifrt/array.h"
#include "xla/python/ifrt/compiler.h"
Expand Down

0 comments on commit baf1170

Please sign in to comment.