-
Notifications
You must be signed in to change notification settings - Fork 620
add a new constructor to PackedGemmMatrixB #3598
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: D68471378 |
✅ 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: D68471378 |
87d44da
to
a6150f2
Compare
Summary: Pull Request resolved: pytorch#3598 X-link: facebookresearch/FBGEMM#679 Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix. Differential Revision: D68471378
a6150f2
to
681a82c
Compare
Summary: X-link: facebookresearch/FBGEMM#679 Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix. Reviewed By: dmpots Differential Revision: D68471378
This pull request was exported from Phabricator. Differential Revision: D68471378 |
681a82c
to
7defebc
Compare
Summary: X-link: facebookresearch/FBGEMM#679 Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix. Reviewed By: dmpots Differential Revision: D68471378
This pull request was exported from Phabricator. Differential Revision: D68471378 |
Summary: X-link: facebookresearch/FBGEMM#679 Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix. Reviewed By: dmpots Differential Revision: D68471378
7defebc
to
edfb3f2
Compare
This pull request was exported from Phabricator. Differential Revision: D68471378 |
This pull request has been merged in 31d41dc. |
Summary: X-link: pytorch#3598 Pull Request resolved: facebookresearch/FBGEMM#679 Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix. Reviewed By: dmpots Differential Revision: D68471378 fbshipit-source-id: b8a1c1b809a5d52ef7a1d1b0039e8c0c59deea00
Summary: Add a new constructor to PackedGemmMatrixB. The new constructor inits class fields by copying the values of the parameters including packed matrix.
Differential Revision: D68471378