Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

helloguo
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69564913

Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 8e06b5c
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/67afd34c16a90e00085026fa
😎 Deploy Preview https://deploy-preview-3691--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

helloguo added a commit to helloguo/FBGEMM that referenced this pull request Feb 14, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69564913

helloguo added a commit to helloguo/FBGEMM that referenced this pull request Feb 14, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69564913

helloguo added a commit to helloguo/FBGEMM that referenced this pull request Feb 14, 2025
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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69564913

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants