File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
third_party/xla/xla/tools Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments