Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 719491738
  • Loading branch information
Google-ML-Automation committed Jan 25, 2025
1 parent fa4303c commit f4d67a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xla/codegen/testlib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cc_library(
"//xla:shape_util",
"//xla:util",
"//xla:xla_data_proto_cc",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status",
"@com_google_absl//absl/types:span",
"@tsl//tsl/platform:logging",
Expand Down
1 change: 1 addition & 0 deletions xla/codegen/testlib/kernel_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.
#include <cstddef>
#include <vector>

#include "absl/log/log.h"
#include "absl/status/status.h"
#include "absl/types/span.h"
#include "xla/literal.h"
Expand Down

0 comments on commit f4d67a2

Please sign in to comment.