Skip to content

Commit 37e64a5

Browse files
Profiler Teamcopybara-github
authored andcommitted
Bug fixes to enable device loop for step tracking
PiperOrigin-RevId: 814203689
1 parent 1697228 commit 37e64a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xprof/convert/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ cc_library(
736736
srcs = ["op_stats_to_input_pipeline_analysis.cc"],
737737
hdrs = ["op_stats_to_input_pipeline_analysis.h"],
738738
deps = [
739+
":data_table_utils",
739740
":op_metrics_to_record",
740741
":profile_time_breakdown",
741742
":step_events_to_steps_db",
@@ -751,7 +752,6 @@ cc_library(
751752
"@org_xprof//plugin/xprof/protobuf:op_stats_proto_cc",
752753
"@org_xprof//plugin/xprof/protobuf:steps_db_proto_cc",
753754
"@org_xprof//plugin/xprof/protobuf:tpu_input_pipeline_proto_cc",
754-
"@org_xprof//xprof/convert:data_table_utils",
755755
"@org_xprof//xprof/utils:diagnostics",
756756
"@org_xprof//xprof/utils:event_span",
757757
"@org_xprof//xprof/utils:html_utils",

0 commit comments

Comments
 (0)