-
Notifications
You must be signed in to change notification settings - Fork 684
Arm backend: Small refactoring of aot_arm_compiler #14583
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
It doesn't make sense to have example models in the aot_arm_compiler script anymore, they are too simple, and there are other ways to do examples. Add and softmax can be replaced with example/models tests, add2 and add3 are deprecated. q-models can't be removed yet since the new testing is not in place but they should be as soon as it is. Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: I43ad1acaf46554245f6ed6928a79de653bc9b319
A start to simplify the aot_arm_compiler script. Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: If6b956afbd2409ee244586aa60a77177915676cf
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14583
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: ❌ 1 New Failure, 2 Cancelled JobsAs of commit f24f4e4 with merge base 2283294 ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
From what I can tell, failing checks are unrelated. |
|
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.
Thanks!
Move evaluation logic out of aot_arm_compiler
Remove example models
It doesn't make sense to have example models in
the aot_arm_compiler script anymore, they are too
simple, and there are other ways to do examples.
Add and softmax can be replaced with example/models tests,
add2 and add3 are deprecated.
q-models can't be removed yet since the new testing is not
in place but they should be as soon as it is.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218