mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Move check_no_missing_dump_files to after the "just print" location. This allows us to print dump_files when there are actual missing files. Test Plan: ``` torchfrtrace -j ~/pyper-training-online-924394600 --selected-ranks 1 2 Inferred common prefix nccl_trace_rank_ loaded 95 files in 0.040270328521728516s built groups, memberships Rank 1 Rank 2 ------------------------------------------------------------------ ------------------------------------------------------------------ broadcast(input_sizes=[[2]], state=completed) broadcast(input_sizes=[[2]], state=completed) ``` Without this change, the command was erroring out. Pull Request resolved: https://github.com/pytorch/pytorch/pull/139417 Approved by: https://github.com/Skylion007, https://github.com/fduwjj |
||
|---|---|---|
| .. | ||
| components | ||
| fr_trace.py | ||