-
Notifications
You must be signed in to change notification settings - Fork 520
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
Optimzed backward pass for ROCm devices #3367
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@leitian has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hi @avbokovoy could you rebase this branch on latest |
02ec7a2
to
08a71b6
Compare
Hi @q10. Sure. Done |
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
4121411
to
8cbcdff
Compare
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Pull Request resolved: pytorch#3367 Differential Revision: D66310520 Pulled By: leitian
Summary: X-link: facebookresearch/FBGEMM#491 Added optimized implementation of backward pass for ROCm devices. Currently support **not nobag** mode, **rowwise_adagrad** optimizer with non-mixed dimensions in [64, 128, 160, 192]. Reviewed By: leitian Differential Revision: D66310520 Pulled By: q10
Summary: - Break up D66310520 (pytorch#3367) into backend and frontend diffs. This is the frontend diff, and followup to D66986498 Differential Revision: D67407935
Summary: X-link: facebookresearch/FBGEMM#594 - Break up D66310520 (pytorch#3367) into backend and frontend diffs. This is the frontend diff, and followup to D66986498 Differential Revision: D67407935
Summary: X-link: facebookresearch/FBGEMM#594 - Break up D66310520 (pytorch#3367) into backend and frontend diffs. This is the frontend diff, and followup to D66986498 Differential Revision: D67407935
Summary: X-link: facebookresearch/FBGEMM#594 - Break up D66310520 (pytorch#3367) into backend and frontend diffs. This is the frontend diff, and followup to D66986498 Reviewed By: leitian Differential Revision: D67407935
Summary: X-link: facebookresearch/FBGEMM#594 - Break up D66310520 (pytorch#3367) into backend and frontend diffs. This is the frontend diff, and followup to D66986498 Reviewed By: leitian Differential Revision: D67407935
Added optimized implementation of backward pass for ROCm devices. Currently support not nobag mode, rowwise_adagrad optimizer with non-mixed dimensions in [64, 128, 160, 192].