Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 728069637
  • Loading branch information
Google-ML-Automation committed Feb 18, 2025
1 parent d83e194 commit 37a4198
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/hlo/pass/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ xla_cc_test(
"//xla:shape_util",
"//xla:test_helpers",
"//xla:util",
"//xla:xla_data_proto_cc",
"//xla/hlo/ir:hlo",
"//xla/hlo/ir:hlo_module_group",
"//xla/hlo/parser:hlo_parser",
Expand Down Expand Up @@ -86,6 +87,7 @@ cc_library(
"//xla:status_macros",
"//xla:types",
"//xla:util",
"//xla:xla_proto_cc",
"//xla/hlo/ir:hlo",
"//xla/service:compilation_stats",
"//xla/service:dump",
Expand Down
1 change: 1 addition & 0 deletions xla/hlo/pass/hlo_pass_fix_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ limitations under the License.
#include "xla/tsl/platform/errors.h"
#include "xla/tsl/platform/statusor.h"
#include "xla/util.h"
#include "xla/xla_data.pb.h"

namespace xla {
namespace {
Expand Down
1 change: 1 addition & 0 deletions xla/hlo/pass/hlo_pass_pipeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ limitations under the License.
#include "xla/tsl/platform/status.h"
#include "xla/types.h"
#include "xla/util.h"
#include "xla/xla.pb.h"
#include "tsl/profiler/lib/scoped_annotation.h"
#include "tsl/profiler/lib/traceme.h"

Expand Down
1 change: 1 addition & 0 deletions xla/hlo/pass/hlo_pass_pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ limitations under the License.
#include "xla/hlo/pass/hlo_pass_interface.h"
#include "xla/service/compilation_stats.h"
#include "xla/types.h"
#include "xla/xla.pb.h"

namespace xla {

Expand Down

0 comments on commit 37a4198

Please sign in to comment.