-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant][pt2] Add test for inplace add #102867
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/102867
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d022d6c: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
jerryzh168
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I remember added this in one of my diffs as well
7aa5d03 to
52d4e64
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
52d4e64 to
55dc3c5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
55dc3c5 to
d6a0249
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
d6a0249 to
1d66cc0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
1d66cc0 to
a93f686
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
a93f686 to
0038ab0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
0038ab0 to
c475b40
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
Summary: Pull Request resolved: pytorch#102867 This was broken after the recent partitioner refactors. Test Plan: python test/test_quantization.py TestQuantizePT2E.test_qat_inplace_add_relu Reviewed By: jerryzh168 Differential Revision: D46402378 fbshipit-source-id: f08094a7ef50492dc55cda82a7106520024ec284
c475b40 to
d022d6c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46402378 |
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: This was broken after the recent partitioner refactors.
Test Plan: python test/test_quantization.py TestQuantizePT2E.test_qat_inplace_add_relu
Differential Revision: D46402378