Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704061736
  • Loading branch information
Google-ML-Automation committed Dec 8, 2024
1 parent ace1e90 commit fb46636
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/python/profiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tsl_pybind_extension(
":profile_data_lib",
"@nanobind",
"@tsl//tsl/platform:protobuf",
"@tsl//tsl/profiler/protobuf:xplane_proto_cc",
],
)

Expand Down
1 change: 1 addition & 0 deletions xla/python/profiler/profile_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ limitations under the License.
#include "tsl/platform/env.h"
#include "tsl/platform/logging.h"
#include "tsl/platform/status.h"
#include "tsl/profiler/protobuf/xplane.pb.h"

namespace tensorflow::profiler::python {

Expand Down
2 changes: 2 additions & 0 deletions xla/python/profiler/profile_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ limitations under the License.

#include <nanobind/nanobind.h>

#include <cstddef>
#include <cstdint>
#include <functional>
#include <iterator>
#include <memory>
#include <string>

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

#include "xla/python/profiler/profile_data.h"
#include "tsl/platform/protobuf.h"
#include "tsl/profiler/protobuf/xplane.pb.h"

namespace {

Expand Down

0 comments on commit fb46636

Please sign in to comment.