-
Notifications
You must be signed in to change notification settings - Fork 689
make etrecord set representive IO #13052
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
make etrecord set representive IO #13052
Conversation
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord. Differential Revision: [D79386896](https://our.internmc.facebook.com/intern/diff/D79386896/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13052
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 New Failures, 1 Unrelated FailureAs of commit 2273faa with merge base 964a57a ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord. Differential Revision: [D79386896](https://our.internmc.facebook.com/intern/diff/D79386896/) ghstack-source-id: 299959749 Pull Request resolved: #13052
This pull request was exported from Phabricator. Differential Revision: D79386896 |
This PR needs a
|
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord. Differential Revision: [D79386896](https://our.internmc.facebook.com/intern/diff/D79386896/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D79386896 |
else: | ||
self._representative_inputs = representative_inputs | ||
|
||
def update_reference_outputs( |
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.
Nit: why not a single API? Is there a need to use these individually and not together?
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord. Differential Revision: [D79386896](https://our.internmc.facebook.com/intern/diff/D79386896/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D79386896 |
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord. Differential Revision: [D79386896](https://our.internmc.facebook.com/intern/diff/D79386896/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D79386896 |
f084c9a
into
gh/gasoonjia/33/base
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #13052 by @Gasoonjia ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/orig @diff-train-skip-merge Differential Revision: D79386896 Co-authored-by: gasoonjia <gasoonjia@icloud.com> Co-authored-by: Gasoonjia <gasoonjia@meta.com>
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#13052 by @Gasoonjia ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/33/orig @diff-train-skip-merge Differential Revision: D79386896 Co-authored-by: gasoonjia <gasoonjia@icloud.com> Co-authored-by: Gasoonjia <gasoonjia@meta.com>
Stack from ghstack (oldest at bottom):
representive input and reference output in etrecord will not be set during export flow. To continue supporting the two functionalities, this diff creates two class methods to customize IO in etrecord.
Differential Revision: D79386896