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