Use Int8QuantParamsBlob to pass the scale and zeropoint params#40494
Closed
csummersea wants to merge 1 commit intopytorch:masterfrom
Closed
Use Int8QuantParamsBlob to pass the scale and zeropoint params#40494csummersea wants to merge 1 commit intopytorch:masterfrom
csummersea wants to merge 1 commit intopytorch:masterfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D22204244 |
…ch#40494) Summary: Pull Request resolved: pytorch#40494 Resubmit the diff because D22124313 (pytorch@1ec4337) was reverted due to CI test failures Added the int8_gen_quant_params.cc to CMakeList.txt to fix the CI failures Test Plan: buck test caffe2/caffe2/quantization/server: Differential Revision: D22204244 fbshipit-source-id: ff4668f6aaa573ada76d053b8b8cdcafa5f50aa9
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D22204244 |
525878c to
91e89c6
Compare
💊 CI failures summary and remediationsAs of commit 91e89c6 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Contributor
|
This pull request has been merged in 597cb04. |
malfet
added a commit
to malfet/pytorch
that referenced
this pull request
Jun 24, 2020
Add `int8_gen_quant_params.cc` added by pytorch#40494 to bazel build rules
facebook-github-bot
pushed a commit
that referenced
this pull request
Jun 25, 2020
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…ch#40494) Summary: Pull Request resolved: pytorch#40494 Resubmit the diff because D22124313 (pytorch@68b9335) was reverted due to CI test failures Added the int8_gen_quant_params.cc to CMakeList.txt to fix the CI failures Test Plan: buck test caffe2/caffe2/quantization/server: Reviewed By: hx89 Differential Revision: D22204244 fbshipit-source-id: a2c8b668f199cc5b0c5894086f554f7c459b1ad7
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Add `int8_gen_quant_params.cc` added by pytorch#40494 to bazel build rules Pull Request resolved: pytorch#40536 Reviewed By: mruberry Differential Revision: D22219595 Pulled By: malfet fbshipit-source-id: 2875a0b9c55bad2b052a898661b96eab490f6451
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:
Resubmit the diff because D22124313 (1ec4337) was reverted due to CI test failures
Added the int8_gen_quant_params.cc to CMakeList.txt to fix the CI failures
Test Plan: buck test caffe2/caffe2/quantization/server:
Differential Revision: D22204244