-
Notifications
You must be signed in to change notification settings - Fork 526
[ExecuTorch] Arm Ethos:Make get_compile_spec() configurable #8895
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
Allow users to generate different compile specs based on the Args. Preserve the behavior. No change in the default spec returned. Differential Revision: [D70351486](https://our.internmc.facebook.com/intern/diff/D70351486/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8895
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 644a6ca with merge base 542480c ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Allow users to generate different compile specs based on the Args. Preserve the behavior. No change in the default spec returned. Differential Revision: [D70351486](https://our.internmc.facebook.com/intern/diff/D70351486/) ghstack-source-id: 269356032 Pull Request resolved: #8895
This pull request was exported from Phabricator. Differential Revision: D70351486 |
This PR needs a
|
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.
Approved with a side note that the intended use of this API is to configure the unbuilt spec, so you could achieve the same behaviour with something like:
spec = get_u55_compile_spec_unbuilt().ethosu_compile_spec(<config args>).build()
I can see that this is more convenient however.
Stack from ghstack (oldest at bottom):
torch.testing._internal
#8893Allow users to generate different compile specs based on the Args.
Preserve the behavior.
No change in the default spec returned.
Differential Revision: D70351486