-
Notifications
You must be signed in to change notification settings - Fork 689
migrate etrecord generation after to_edge_transform_and_lower to new infra #13058
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
migrate etrecord generation after to_edge_transform_and_lower to new infra #13058
Conversation
…infra Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13058
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 3652afd with merge base 981119e ( 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. |
…infra Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) ghstack-source-id: 300044629 Pull Request resolved: #13058
This PR needs a
|
This pull request was exported from Phabricator. Differential Revision: D79420502 |
examples/xnnpack/aot_compiler.py
Outdated
_check_ir_validity=False if args.quantize else True, | ||
_skip_dim_order=True, # TODO(T182187531): enable dim order in xnnpack | ||
), | ||
generate_etrecord=args.etrecord is not None, |
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.
Add default as False
above
generate_etrecord=args.etrecord is not None, | |
generate_etrecord=args.etrecord is not False, |
…wer to new infra" Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) [ghstack-poisoned]
…infra Pull Request resolved: #13058 this diff migrates the infra for etrecrod generation in to_edge_transform_and_lower flow to latest one. Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) ghstack-source-id: 300167042
This pull request was exported from Phabricator. Differential Revision: D79420502 |
…wer to new infra" Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) [ghstack-poisoned]
…infra Pull Request resolved: #13058 this diff migrates the infra for etrecrod generation in to_edge_transform_and_lower flow to latest one. ghstack-source-id: 300740657 Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/)
This pull request was exported from Phabricator. Differential Revision: D79420502 |
…wer to new infra" Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/) [ghstack-poisoned]
…infra Pull Request resolved: #13058 this diff migrates the infra for etrecrod generation in to_edge_transform_and_lower flow to latest one. ghstack-source-id: 300961294 Differential Revision: [D79420502](https://our.internmc.facebook.com/intern/diff/D79420502/)
This pull request was exported from Phabricator. Differential Revision: D79420502 |
a880d63
into
gh/gasoonjia/34/base
…infra (#13153) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #13058 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/34/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/34/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/34/orig @diff-train-skip-merge Differential Revision: D79420502 Co-authored-by: gasoonjia <gasoonjia@icloud.com> Co-authored-by: Gasoonjia <gasoonjia@meta.com>
…infra (pytorch#13153) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#13058 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/34/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/34/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/34/orig @diff-train-skip-merge Differential Revision: D79420502 Co-authored-by: gasoonjia <gasoonjia@icloud.com> Co-authored-by: Gasoonjia <gasoonjia@meta.com>
Stack from ghstack (oldest at bottom):
Differential Revision: D79420502