-
Notifications
You must be signed in to change notification settings - Fork 741
executorch quantier numeric debugging update for recent torchao changes #12173
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/pytorch/executorch/12173
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (3 Unrelated Failures)As of commit 244d0d9 with merge base 56f68a8 ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D76842934 |
…es (pytorch#12173) Summary: this diff brings xnnpack quantizer numeric debugging test back on updated torchao infra. Reviewed By: jerryzh168, mcr229 Differential Revision: D76842934
3c2acfc to
b2ccd29
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76842934 |
…es (pytorch#12173) Summary: this diff brings xnnpack quantizer numeric debugging test back on updated torchao infra. Reviewed By: jerryzh168, mcr229 Differential Revision: D76842934
b2ccd29 to
244d0d9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76842934 |
|
@pytorchbot cherry-pick --onto release/0.7 -c bring-test-back |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot cherry-pick --onto release/0.7 -c fixnewfeature |
Cherry picking #12173The cherry pick PR is at #12185 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Differential Revision: D76842934 Pull Request resolved: pytorch#12173
| for n_name in node_name_equip_with_output_observer | ||
| ] | ||
| for from_node_source in repeated_from_node_source: | ||
| self.assertEqual(res_counter[from_node_source], 3) |
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.
why is it 3 now?
Summary: this diff brings xnnpack quantizer numeric debugging test back on updated torchao infra.
Reviewed By: jerryzh168
Differential Revision: D76842934