-
Notifications
You must be signed in to change notification settings - Fork 636
Arm backend: Move Ethos-U backend to generate TOSA-1.0 #11852
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
Arm backend: Move Ethos-U backend to generate TOSA-1.0 #11852
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11852
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8d5694d with merge base 6d2106a ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@digantdesai and @mergennachin this one might be good to check and maybe test internally. |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1b46f8a
to
aeeef6c
Compare
@digantdesai did you get any problem with this? |
96aeb0b
to
db95ecd
Compare
Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0. Co-authored-by: Per Åstrand <[email protected]> Signed-off-by: Oscar Andersson <[email protected]> Change-Id: Ia737617241535f2a69831fd056cb0d4f9af3e6ee
f2e18df
to
6ebaf8f
Compare
qnn and models fails are unrelated, they fail on main alos |
Ah yeah sorry forgot to reply. We get I am updating vela right now. Let's hope to unblock you guys on this ASAP. |
Thanks! |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this in D77349665. |
@digantdesai do you still see any problems with this? |
Yeah running into asserts because of flatbuffer issues internally. Still debugging.. For instance, like this opaque error,
Validating that the I will keep you posted. |
Summary: Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0. Test Plan: Internal and external CI unit tests. cc digantdesai freddan80 per zingo Reviewed By: cccclai Differential Revision: D77349665 Pulled By: digantdesai
Summary: Pull Request resolved: pytorch#12780 Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0. Pull Request resolved: pytorch#11852 Test Plan: Internal and external CI unit tests. cc digantdesai freddan80 per zingo Reviewed By: mcr229, cccclai Differential Revision: D77349665 Pulled By: digantdesai
Summary: Pull Request resolved: pytorch#12780 Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0. Pull Request resolved: pytorch#11852 Test Plan: Internal and external CI unit tests. cc digantdesai freddan80 per zingo Reviewed By: mcr229, cccclai Differential Revision: D77349665 Pulled By: digantdesai
#12780 merged. |
Summary
Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0.
Test plan
Internal and external CI unit tests.
cc @digantdesai @freddan80 @per @zingo