Skip to content

Commit 5fe090b

Browse files
Automated Code Change
PiperOrigin-RevId: 723005231
1 parent eedba9f commit 5fe090b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

third_party/xla/xla/tools/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ xla_test(
668668
local_defines = if_cuda(["GOOGLE_CUDA"]),
669669
deps = [
670670
":matmul_perf_table_gen",
671+
"//xla/service/gpu/model:hlo_op_profile_proto_cc",
671672
"//xla/stream_executor:device_description",
672673
"//xla/tests:hlo_test_base",
673674
"@com_google_googletest//:gtest_main",

third_party/xla/xla/tools/matmul_perf_table_gen.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ limitations under the License.
3232
#include "absl/status/status.h"
3333
#include "absl/strings/match.h"
3434
#include "absl/strings/str_cat.h"
35-
#include "absl/strings/str_join.h"
3635
#include "absl/strings/string_view.h"
3736
#include "absl/strings/substitute.h"
3837
#include "absl/time/time.h"

third_party/xla/xla/tools/matmul_perf_table_gen_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#include <variant>
1919

2020
#include <gtest/gtest.h>
21+
#include "xla/service/gpu/model/hlo_op_profile.pb.h"
2122
#include "xla/stream_executor/device_description.h"
2223
#include "xla/tests/hlo_test_base.h"
2324

0 commit comments

Comments
 (0)