-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant] Add set_quantizer_ for QTensor #21852
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
Closed
Closed
Conversation
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
Differential Revision: D15793427 Differential Version: 85027694
Differential Revision: D15793427 Differential Version: 85027709
dzhulgakov
reviewed
Jun 17, 2019
dzhulgakov
approved these changes
Jun 18, 2019
Differential Revision: D15793427 Differential Version: 85133145
Differential Revision: D15793427 Differential Version: 85139902
Contributor
|
This pull request has been merged in fa5263a. |
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Jun 19, 2019
Summary: Pull Request resolved: pytorch/pytorch#21852 To enable change of q_scale and q_zero_point in `copy_` Differential Revision: D15793427 fbshipit-source-id: a7040b5b956d161fd6af6176287f4a4aa877c9be
Contributor
|
cc @ailzhang This appears to have broken XLA build. |
Member
|
cc @ailzhang, can you advise on how to unbreak |
Contributor
|
@suo yea the breakage caused by this PR is already fixed. Currently test on master is also just fixed in pytorch/xla#761. So we should be good now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Merged
module: internals
Related to internal abstractions in c10 and ATen
module: pybind
Related to our Python bindings / interactions with other Python libraries
oncall: jit
Add this issue/PR to JIT oncall triage queue
oncall: quantization
Quantization support in PyTorch
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.
Stack:
:black_circle: #21852 [quant] Add set_quantizer_ for QTensor 💛
To enable change of q_scale and q_zero_point in
copy_Differential Revision: D15793427