Arm backend: Add MobileSAM Ethos-U example - #21397
Merged
usamahz merged 1 commit intoJul 29, 2026
Merged
Conversation
usamahz
requested review from
digantdesai,
kirklandsign,
larryliu0820 and
mergennachin
as code owners
July 27, 2026 13:04
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21397
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 1 Unrelated Failure, 1 Unclassified FailureAs of commit 4651e01 with merge base 1f7c6d0 ( NEW FAILURES - The following jobs have failed:
UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
usamahz
requested review from
Erik-Lundell and
zingo
and removed request for
digantdesai,
kirklandsign,
larryliu0820,
mergennachin and
zingo
July 27, 2026 13:05
robell
approved these changes
Jul 28, 2026
Collaborator
Author
|
@pytorchbot cherry-pick --onto release/1.4 -c examples |
|
❌ 🤖 pytorchbot command failed: Try |
Collaborator
Author
|
@pytorchbot cherry-pick --onto release/1.4 -c release |
Collaborator
Author
|
@pytorchbot cherry-pick --onto release/1.4 -c docs |
Sebastian-Larsson
approved these changes
Jul 28, 2026
Collaborator
Author
|
Dont merge, let me check something |
usamahz
marked this pull request as draft
July 28, 2026 13:16
Add a MobileSAM prompt segmentation example for Ethos-U85-256. Prepare the pinned official source in an external managed checkout. Apply a small configurable-input patch instead of copying model code. Use int8 globally and A16W8 for TinyViT attention. Lower the complete graph to Ethos-U and compare output with FP32. Emit delegation summaries, validation metrics, and debug artifacts. Build a bare-metal Corstone-320 app using exporter metadata. Validate inference on FVP through the Arm OOTB test. Change-Id: Ib9b5e51aec4f324a642fbfb78316b0f4cd2f670f Signed-off-by: Usamah Zaheer <usamah.zaheer@arm.com>
usamahz
force-pushed
the
codex/mobilesam-ethosu-example-github
branch
from
July 29, 2026 10:28
b1885f8 to
4651e01
Compare
usamahz
marked this pull request as ready for review
July 29, 2026 10:31
Collaborator
Author
|
@pytorchbot cherry-pick --onto release/1.4 -c release |
Collaborator
Cherry picking #21397The cherry pick PR is at #21460 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a MobileSAM prompt segmentation example for Ethos-U85-256.
Prepare the pinned official source in an external managed checkout.
Apply a small configurable-input patch instead of copying model code.
Use int8 globally and A16W8 for TinyViT attention.
Lower the complete graph to Ethos-U and compare output with FP32.
Emit delegation summaries, validation metrics, and debug artifacts.
Build a bare-metal Corstone-320 app using exporter metadata.
Validate inference on FVP through the Arm OOTB test.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani