Skip to content

Commit 3bf18f4

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

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
@@ -735,6 +735,7 @@ cc_library(
735735
srcs = ["op_stats_to_input_pipeline_analysis.cc"],
736736
hdrs = ["op_stats_to_input_pipeline_analysis.h"],
737737
deps = [
738+
":data_table_utils",
738739
":op_metrics_to_record",
739740
":profile_time_breakdown",
740741
":step_events_to_steps_db",
@@ -750,7 +751,6 @@ cc_library(
750751
"@org_xprof//plugin/xprof/protobuf:op_stats_proto_cc",
751752
"@org_xprof//plugin/xprof/protobuf:steps_db_proto_cc",
752753
"@org_xprof//plugin/xprof/protobuf:tpu_input_pipeline_proto_cc",
753-
"@org_xprof//xprof/convert:data_table_utils",
754754
"@org_xprof//xprof/utils:diagnostics",
755755
"@org_xprof//xprof/utils:event_span",
756756
"@org_xprof//xprof/utils:html_utils",

0 commit comments

Comments
 (0)