pytorch
2c8ea63c - add a test for grad view with torch amp (#56730)

Commit
3 years ago
add a test for grad view with torch amp (#56730) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56730 add a test to verify DDP with torch map will result in the same results when using grad_as_bucket_view=true and false. torch.amp scale factor does not have dependencies on old gradients, thus it is not affected by grad_as_bucket_view=true or false, see how torch.amp is implemeted here https://github.com/pytorch/pytorch/pull/33366/files. This diff verified ddp can work as expected with amp.GradScaler and amp.autocast when when using grad_as_bucket_view=true and false. ghstack-source-id: 127526358 Test Plan: unit tests Reviewed By: rohan-varma Differential Revision: D27950132 fbshipit-source-id: 8ed26935fdcb4514fccf01bb510e31bf6aedac69
Author
Parents
Loading