-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Torchbench Dynamo Runner: Enable DDP for perf test and traces (#113332)
Summary: - Removes an outdated assert that prevents perf tests from running DDP, we now have single node --multiprocess and perf tests are already wrapping the model using `deepcopy_and_maybe_ddp` - Append rank name to traces to avoid all ranks trying to create the same file - Renames `deepcopy_and_maybe_ddp` to `deepcopy_and_maybe_parallelize` to include FSDP X-link: pytorch/pytorch#113332 Approved by: https://github.com/H-Huang, https://github.com/wconstab Reviewed By: huydhn Differential Revision: D52754061 Pulled By: xmfan fbshipit-source-id: d34b8dcd484c795b62a2bf8f1611d3cf7e4d489f
- Loading branch information
1 parent
4ffb8a9
commit 6a8b941
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters