Open-source Caffe2 Int8 ops#13065
Closed
Maratyszcza wants to merge 1 commit intopytorch:masterfrom
Closed
Conversation
82f9b96 to
f7cf36c
Compare
f7cf36c to
7088146
Compare
7088146 to
af2fad7
Compare
Summary: Pull Request resolved: pytorch#13065 - Open-source Caffe2 Int8 (quantized) operators - Update CMakeLists to have a dependency on QNNPACK, gemmlowp, and neon2sse Differential Revision: D10524381 fbshipit-source-id: 16f41fdd55153368784de5235edcb5df86a6b4e7
af2fad7 to
b5198d2
Compare
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Pull Request resolved: pytorch#13065 - Open-source Caffe2 Int8 (quantized) operators Reviewed By: Yangqing Differential Revision: D10524381 fbshipit-source-id: 6daa153dc247572900c91e37262d033c368b382d
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…18109) Summary: Maratyszcza harouwu yinghai This is broken since pytorch#13065. `c_str()` returns a pointer that isn't permanent. Pull Request resolved: pytorch#18109 Differential Revision: D14516622 Pulled By: ezyang fbshipit-source-id: 7113d92eac4f61479c4c7b323cf78cc8aa00b17e
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:
Differential Revision: D10524381