Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716880489
  • Loading branch information
Google-ML-Automation committed Jan 18, 2025
1 parent e141532 commit 7b6eea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/examples/axpy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ xla_cc_test(
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings:string_view",
"@com_google_googletest//:gtest",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:Parser",
Expand Down
2 changes: 2 additions & 0 deletions xla/examples/axpy/stablehlo_compile_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ limitations under the License.
#include <utility>
#include <vector>

#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/log/check.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
Expand Down

0 comments on commit 7b6eea6

Please sign in to comment.