Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726321808
  • Loading branch information
Google-ML-Automation committed Feb 13, 2025
1 parent 1c73e14 commit 374c461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/python/profiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cc_library(
"//xla/python:__pkg__",
],
deps = [
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@nanobind",
"@tsl//tsl/platform:env",
"@tsl//tsl/platform:logging",
Expand Down
2 changes: 2 additions & 0 deletions xla/python/profiler/profile_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ limitations under the License.
#include <memory>
#include <string>

#include "absl/log/check.h"
#include "absl/log/log.h"
#include "tsl/platform/env.h"
#include "tsl/platform/logging.h"
#include "tsl/platform/status.h"
Expand Down
1 change: 1 addition & 0 deletions xla/python/profiler/profile_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ limitations under the License.
#include <memory>
#include <string>

#include "absl/log/check.h"
#include "tsl/platform/logging.h"
#include "tsl/platform/protobuf.h"
#include "tsl/profiler/protobuf/xplane.pb.h"
Expand Down

0 comments on commit 374c461

Please sign in to comment.