Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689589858
  • Loading branch information
Google-ML-Automation committed Oct 25, 2024
1 parent c95d024 commit eada115
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions xla/hlo/translate/hlo_to_mhlo/custom_call_importer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
#include "xla/hlo/translate/hlo_to_mhlo/custom_call_importer.h"

#include <cstdint>
#include <string>
#include <vector>

#include "absl/status/statusor.h"
Expand Down
1 change: 0 additions & 1 deletion xla/hlo/translate/hlo_to_mhlo/hlo_utils_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
#include "xla/hlo/translate/hlo_to_mhlo/hlo_utils.h"

#include <cstdint>
#include <cstring>
#include <vector>

#include "mlir/IR/Builders.h"
Expand Down
1 change: 1 addition & 0 deletions xla/hlo/translate/hlo_to_mhlo/translate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ limitations under the License.

#include "xla/hlo/translate/hlo_to_mhlo/translate.h"

#include <string>
#include <utility>

#include "absl/log/log.h"
Expand Down

0 comments on commit eada115

Please sign in to comment.