Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717111135
  • Loading branch information
Google-ML-Automation committed Jan 19, 2025
1 parent b21aaff commit 33faf26
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xla/backends/cpu/runtime/xnnpack/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ cc_library(
"//xla:util",
"@XNNPACK",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status",
"@tsl//tsl/platform:logging",
],
Expand Down Expand Up @@ -159,6 +160,7 @@ xla_cc_test(
"//xla:executable_run_options",
"//xla:literal_util",
"//xla:shape_util",
"//xla:xla_data_proto_cc",
"//xla/backends/cpu/runtime:buffer_allocations",
"//xla/backends/cpu/runtime:thunk",
"//xla/backends/cpu/runtime:thunk_testlib",
Expand Down Expand Up @@ -219,6 +221,7 @@ xla_cc_test(
"//xla:executable_run_options",
"//xla:literal_util",
"//xla:shape_util",
"//xla:xla_data_proto_cc",
"//xla/backends/cpu/runtime:buffer_allocations",
"//xla/backends/cpu/runtime:thunk",
"//xla/backends/cpu/runtime:thunk_testlib",
Expand Down
1 change: 1 addition & 0 deletions xla/backends/cpu/runtime/xnnpack/xnn_dot_thunk.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ limitations under the License.
#include "xla/backends/cpu/runtime/xnnpack/xnn_fusion_thunk.h"
#include "xla/service/buffer_assignment.h"
#include "xla/shape.h"
#include "xla/xla_data.pb.h"

namespace xla::cpu {

Expand Down
1 change: 1 addition & 0 deletions xla/backends/cpu/runtime/xnnpack/xnn_dot_thunk_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ limitations under the License.
#include "xla/tsl/concurrency/async_value_ref.h"
#include "xla/tsl/platform/statusor.h"
#include "xla/tsl/platform/test.h"
#include "xla/xla_data.pb.h"

namespace xla::cpu {
namespace {
Expand Down
1 change: 1 addition & 0 deletions xla/backends/cpu/runtime/xnnpack/xnn_fusion_thunk_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ limitations under the License.
#include "xla/tsl/concurrency/async_value_ref.h"
#include "xla/tsl/platform/statusor.h"
#include "xla/tsl/platform/test.h"
#include "xla/xla_data.pb.h"

namespace xla::cpu {
namespace {
Expand Down
1 change: 1 addition & 0 deletions xla/backends/cpu/runtime/xnnpack/xnn_interop.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.

#include "xnnpack.h"
#include "absl/base/optimization.h"
#include "absl/log/log.h"
#include "absl/status/status.h"
#include "xla/util.h"
#include "tsl/platform/logging.h"
Expand Down
1 change: 1 addition & 0 deletions xla/backends/cpu/runtime/xnnpack/xnn_threadpool_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <limits>
#include <vector>

#include <gtest/gtest.h>
#include "xnnpack.h"
#include "absl/algorithm/container.h"
#include "pthreadpool.h"
Expand Down

0 comments on commit 33faf26

Please sign in to comment.