Add quantized::fbgemm_linear_unpack operator for serialization (#20721)#97
Closed
jianyuh wants to merge 1 commit intopytorch:masterfrom
Closed
Add quantized::fbgemm_linear_unpack operator for serialization (#20721)#97jianyuh wants to merge 1 commit intopytorch:masterfrom
jianyuh wants to merge 1 commit intopytorch:masterfrom
Conversation
…ch#97) Summary: Pull Request resolved: pytorch#97 Pull Request resolved: pytorch/pytorch#20721 - FBGEMM: Add unpack function for PackBMatrix class: Unpack pmat buffer to the origin_buf (Used for the serialization to recover weight matrix). - PyTorch Quantizer: Add quantized::fbgemm_linear_unpack operator for serialization. Reviewed By: zafartahirov Differential Revision: D15314568 fbshipit-source-id: 506506df13457ce1fe6c487bc3c0eae6972bc54a
xiaomengy
pushed a commit
to xiaomengy/pytorch
that referenced
this pull request
Jun 4, 2019
…ch#97) Summary: Pull Request resolved: pytorch/FBGEMM#97 Pull Request resolved: pytorch#20721 - FBGEMM: Add unpack function for PackBMatrix class: Unpack pmat buffer to the origin_buf (Used for the serialization to recover weight matrix). - PyTorch Quantizer: Add quantized::fbgemm_linear_unpack operator for serialization. Reviewed By: zafartahirov Differential Revision: D15314568 fbshipit-source-id: 12080c8887ce31dc849d23e132ae1766ac319407
Contributor
|
This pull request has been merged in 7786841. |
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Jun 4, 2019
Summary: Pull Request resolved: pytorch/FBGEMM#97 Pull Request resolved: pytorch/pytorch#20721 - FBGEMM: Add unpack function for PackBMatrix class: Unpack pmat buffer to the origin_buf (Used for the serialization to recover weight matrix). - PyTorch Quantizer: Add quantized::fbgemm_linear_unpack operator for serialization. Reviewed By: zafartahirov Differential Revision: D15314568 fbshipit-source-id: 12080c8887ce31dc849d23e132ae1766ac319407
pytorch-bot bot
pushed a commit
that referenced
this pull request
Feb 26, 2026
Summary: Pull Request resolved: #97 Pull Request resolved: pytorch/pytorch#20721 - FBGEMM: Add unpack function for PackBMatrix class: Unpack pmat buffer to the origin_buf (Used for the serialization to recover weight matrix). - PyTorch Quantizer: Add quantized::fbgemm_linear_unpack operator for serialization. Reviewed By: zafartahirov Differential Revision: D15314568 fbshipit-source-id: 12080c8887ce31dc849d23e132ae1766ac319407
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Pull Request resolved: pytorch/pytorch#20721
Differential Revision: D15314568