Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702255534
  • Loading branch information
Google-ML-Automation committed Dec 3, 2024
1 parent 50098e0 commit 22d4102
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xla/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ cc_library(
"//xla/pjrt/c:pjrt_c_api_profiler_extension_hdrs",
"@tsl//tsl/profiler/lib:profiler_factory",
"@tsl//tsl/profiler/lib:profiler_interface",
"@tsl//tsl/profiler/protobuf:profiler_options_proto_cc",
],
)

Expand Down Expand Up @@ -1127,6 +1128,7 @@ cc_library(
"//xla/hlo/transforms:flatten_call_graph",
"//xla/hlo/transforms:hlo_dce",
"//xla/hlo/transforms:tuple_simplifier",
"//xla/pjrt:compile_options_proto_cc",
"//xla/pjrt:exceptions",
"//xla/pjrt:pjrt_executable",
"//xla/pjrt:status_casters",
Expand Down
1 change: 1 addition & 0 deletions xla/python/profiler_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ limitations under the License.
#include "xla/pjrt/c/pjrt_c_api_profiler_extension.h"
#include "tsl/profiler/lib/profiler_factory.h"
#include "tsl/profiler/lib/profiler_interface.h"
#include "tsl/profiler/protobuf/profiler_options.pb.h"

namespace xla {

Expand Down
1 change: 1 addition & 0 deletions xla/python/py_compile_only_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ limitations under the License.
#include "xla/tsl/concurrency/ref_count.h"
#include "xla/tsl/python/lib/core/numpy.h"
#include "xla/util.h"
#include "xla/xla_data.pb.h"
#include "tsl/platform/errors.h"
#include "tsl/platform/logging.h"
#include "tsl/platform/statusor.h"
Expand Down
1 change: 0 additions & 1 deletion xla/python/python_ref_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ limitations under the License.
#include <deque>
#include <memory>
#include <utility>
#include <vector>

#include "absl/container/inlined_vector.h"
#include "absl/synchronization/mutex.h"
Expand Down
1 change: 1 addition & 0 deletions xla/python/refine_polymorphic_shapes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ limitations under the License.
==============================================================================*/
#include "xla/python/refine_polymorphic_shapes.h"

#include <cstdint>
#include <memory>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions xla/python/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ limitations under the License.

#include "absl/container/inlined_vector.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/types/span.h"
#include "nanobind/nanobind.h"
#include "xla/layout.h"
Expand Down
1 change: 1 addition & 0 deletions xla/python/xla_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ limitations under the License.
#include "xla/layout.h"
#include "xla/layout_util.h"
#include "xla/literal.h"
#include "xla/pjrt/compile_options.pb.h"
#include "xla/pjrt/exceptions.h"
#include "xla/pjrt/pjrt_executable.h"
#include "xla/pjrt/status_casters.h"
Expand Down
1 change: 1 addition & 0 deletions xla/python/xplane_to_profile_instructions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ limitations under the License.
#include "xla/xla.pb.h"
#include "tsl/platform/env.h"
#include "tsl/platform/types.h"
#include "tsl/profiler/protobuf/profiled_instructions.pb.h"
#include "tsl/profiler/protobuf/xplane.pb.h"

namespace xla {
Expand Down

0 comments on commit 22d4102

Please sign in to comment.