-
Notifications
You must be signed in to change notification settings - Fork 653
move memory copy into one_shot_all_reduce #2770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D58223358 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D58223358 |
Summary: Pull Request resolved: pytorch#2770 Avoid latency of launching hipMemcpyAsync. Could see 3-4us reduction in benchmarking. Also see improvements in end to end testing. Reviewed By: sryap, jianyuh Differential Revision: D58223358
817914f
to
ddea866
Compare
This pull request was exported from Phabricator. Differential Revision: D58223358 |
Summary: Pull Request resolved: pytorch#2770 Avoid latency of launching hipMemcpyAsync. Could see 3-4us reduction in benchmarking. Also see improvements in end to end testing. Reviewed By: sryap, jianyuh Differential Revision: D58223358
ddea866
to
5953c41
Compare
This pull request was exported from Phabricator. Differential Revision: D58223358 |
Summary: Pull Request resolved: pytorch#2770 Avoid latency of launching hipMemcpyAsync. Could see 3-4us reduction in benchmarking. Also see improvements in end to end testing. Reviewed By: sryap, jianyuh Differential Revision: D58223358
5953c41
to
9bed3d1
Compare
Summary: Pull Request resolved: pytorch#2770 Avoid latency of launching hipMemcpyAsync. Could see 3-4us reduction in benchmarking. Also see improvements in end to end testing. Reviewed By: sryap, jianyuh Differential Revision: D58223358
This pull request was exported from Phabricator. Differential Revision: D58223358 |
9bed3d1
to
3b52730
Compare
This pull request has been merged in 7f77444. |
Summary: Avoid latency of launching hipMemcpyAsync. Could see 3-4us reduction in benchmarking. Also see improvements in end to end testing.
Moved from #2693 to fix some formatting issue. Thanks @wenkaidu for contributing.
Reviewed By: sryap, jianyuh
Differential Revision: D58223358