[go: nahoru, domu]

Skip to content

Commit

Permalink
Sort events after processing dcn messages
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580329190
  • Loading branch information
cliveverghese authored and tensorflower-gardener committed Nov 8, 2023
1 parent 5df41c0 commit 35e1480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/core/profiler/convert/process_megascale_dcn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ void ProcessMegascaleDcn(XSpace* space) {
for (XPlane* device_xplane : device_xplanes) {
dcn_events_processor.AddTpuCollectiveDcnTrafficToXPlane(device_xplane);
}

SortXSpace(space);
}
} // namespace profiler
} // namespace tensorflow

0 comments on commit 35e1480

Please sign in to comment.