-
Notifications
You must be signed in to change notification settings - Fork 684
Add support for checking more than one output from delegate in numerical comparator #13722
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/13722
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit effd802 with merge base c5ff74c ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was 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: D80272038 |
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Differential Revision: D80272038
60d8f65
to
2d4c6be
Compare
This pull request was exported from Phabricator. Differential Revision: D80272038 |
…cal comparator (pytorch#13722) Summary: Pull Request resolved: pytorch#13722 We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Differential Revision: D80272038
2d4c6be
to
ce5d37b
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Differential Revision: D80272038
ce5d37b
to
1f9ff16
Compare
This pull request was exported from Phabricator. Differential Revision: D80272038 |
1f9ff16
to
d85f8e9
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
This pull request was exported from Phabricator. Differential Revision: D80272038 |
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
d85f8e9
to
9328dfe
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
9328dfe
to
b4f9073
Compare
This pull request was exported from Phabricator. Differential Revision: D80272038 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D80272038 |
…cal comparator (pytorch#13722) Summary: Pull Request resolved: pytorch#13722 We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
b4f9073
to
b231e0c
Compare
b231e0c
to
d774354
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
This pull request was exported from Phabricator. Differential Revision: D80272038 |
d774354
to
ecd0e41
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
This pull request was exported from Phabricator. Differential Revision: D80272038 |
ecd0e41
to
09dd845
Compare
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
This pull request was exported from Phabricator. Differential Revision: D80272038 |
Summary: In another PR, #13722, for whatever reason, this test was failing. Adjusting the margin here since I have seen this fail before on trunk but somehow it got resolved. So there is some level of flakiness particularly around quantized kv cache + ring attention Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
Summary: In another PR, #13722, for whatever reason, this test was failing. Adjusting the margin here since I have seen this fail before on trunk but somehow it got resolved. So there is some level of flakiness particularly around quantized kv cache + ring attention Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
Summary: In another PR, #13722, for whatever reason, this test was failing. Adjusting the margin here since I have seen this fail before on trunk but somehow it got resolved. So there is some level of flakiness particularly around quantized kv cache + ring attention Test Plan: CI Reviewers: Subscribers: Tasks: Tags: ### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
…cal comparator (pytorch#13722) Summary: We add - num outputs produced by each instruction as separate info in etrecord - in numerical debugger, we check how many outputs are generated and for each output we find corresponding debug handle and use that to find corresponding tensor in AOT Reviewed By: Gasoonjia Differential Revision: D80272038
09dd845
to
effd802
Compare
This pull request was exported from Phabricator. Differential Revision: D80272038 |
Summary:
We add
Differential Revision: D80272038