Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705817621
  • Loading branch information
Google-ML-Automation committed Dec 13, 2024
1 parent 673cf03 commit f615873
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/memory_space_assignment/best_fit_repacker.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
#define XLA_SERVICE_MEMORY_SPACE_ASSIGNMENT_BEST_FIT_REPACKER_H_

#include <cstdint>
#include <utility>

#include "absl/status/statusor.h"
#include "absl/types/span.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/memory_space_assignment/best_fit_repacker_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ limitations under the License.
#include "xla/service/memory_space_assignment/best_fit_repacker.h"

#include <cstdint>
#include <list>
#include <vector>

#include "absl/container/flat_hash_map.h"
#include "absl/types/span.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/memory_space_assignment/slice.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ limitations under the License.
#define XLA_SERVICE_MEMORY_SPACE_ASSIGNMENT_SLICE_H_

#include <cstdint>
#include <functional>
#include <ostream>
#include <string>
#include <tuple>
Expand Down
2 changes: 2 additions & 0 deletions xla/service/memory_space_assignment/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <optional>

#include "absl/algorithm/container.h"
#include "absl/container/flat_hash_map.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "re2/re2.h"
Expand All @@ -30,6 +31,7 @@ limitations under the License.
#include "xla/hlo/utils/hlo_live_range.h"
#include "xla/service/heap_simulator/heap_simulator.h"
#include "xla/service/hlo_value.h"
#include "xla/service/memory_space_assignment/memory_space_assignment.pb.h"
#include "xla/shape_util.h"
#include "xla/util.h"
#include "tsl/platform/statusor.h"
Expand Down

0 comments on commit f615873

Please sign in to comment.