-
Notifications
You must be signed in to change notification settings - Fork 537
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
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: 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
8e06b5c
to
1835666
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
1835666
to
f9eb1ae
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
f9eb1ae
to
81dc2b4
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
81dc2b4
to
05fe504
Compare
This pull request was exported from Phabricator. Differential Revision: D69564913 |
This pull request has been merged in 607861a. |
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