-
Notifications
You must be signed in to change notification settings - Fork 684
solve arm call_module issue #14524
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
base: main
Are you sure you want to change the base?
solve arm call_module issue #14524
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14524
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New FailuresAs of commit 64d010f with merge base 95888a4 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating diff in D83073648. |
This PR needs a
|
Summary: Pull Request resolved: pytorch#14524 Differential Revision: D83073648
4fba446
to
64d010f
Compare
@Gasoonjia has exported this pull request. If you are a Meta employee, you can view the originating diff in D83073648. |
@digantdesai can you tag someone from arm? |
Is this necessary after this PR? |
cc @tom-arm |
disable check_guards in all exported_program.module() calls in ARM examples before convert_qt2e to prevent generating call_module nodes, which are not supported by et ARM quantization passes.
Differential Revision: D83073648