-
Notifications
You must be signed in to change notification settings - Fork 534
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
avoid extra copy in PackedGemmMatrixB constructor #3691
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D69564913 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Summary: X-link: facebookresearch/FBGEMM#767 This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid. Reviewed By: hl475 Differential Revision: D69564913
2398bbc
to
a1d4d23
Compare
This pull request was exported from Phabricator. Differential Revision: D69564913 |
Summary: X-link: facebookresearch/FBGEMM#767 This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid. Reviewed By: hl475 Differential Revision: D69564913
a1d4d23
to
cdc779f
Compare
This pull request was exported from Phabricator. Differential Revision: D69564913 |
Summary: X-link: facebookresearch/FBGEMM#767 This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid. Reviewed By: hl475 Differential Revision: D69564913
cdc779f
to
aaaf813
Compare
This pull request was exported from Phabricator. Differential Revision: D69564913 |
Summary: X-link: facebookresearch/FBGEMM#767 This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid. Reviewed By: hl475 Differential Revision: D69564913
aaaf813
to
8e06b5c
Compare
This pull request was exported from Phabricator. Differential Revision: D69564913 |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/767
This diff modifies one of the constructors, to allow pass in pmat instead of always copying the memory. It's uses' responsibility to make sure the passed in parameter is valid.
Differential Revision: D69564913