pytorch
8acc92eb - [FSDP] Print exec order only in debug mode (#83868)

Commit
3 years ago
[FSDP] Print exec order only in debug mode (#83868) Since exec order warning can result in very long module name print out, gating this only to be printing in debug mode. Oftentimes such as in multiModal training, there is not a lot we can do about this warning since some modules go unused in certain iterations. Pull Request resolved: https://github.com/pytorch/pytorch/pull/83868 Approved by: https://github.com/awgu
Author
Committer
Parents
Loading