-
Notifications
You must be signed in to change notification settings - Fork 530
Arm backend: Add TOSA VGF encapsulated compilation target. #10476
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10476
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 2 Pending, 1 Unrelated FailureAs of commit cc9684b with merge base e5874fa ( 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. |
Hi @robell this seems to need a proper rebase after latest merges to main in the build /test scrips. I tried an "Update branch" here in GitHub but get fails in the Arm runners, so it probably needs a proper check. |
Signed-off-by: Rob Elliott <[email protected]> Change-Id: Id96933b727015502cced3c4dcc48535895c55cf7
- Add a VgfQuantizer (same as TOSAQuantizer) - Add a VgfBackend and VgfPartitioner - Requires yet to be released converter_backend Signed-off-by: Rob Elliott <[email protected]> Change-Id: I764c32c33c503eb44200e9a7d98caa8fae8a4882
Signed-off-by: Rob Elliott <[email protected]> Change-Id: I9f121252bd009250c61fe136fcf8d278c480133f
Signed-off-by: Rob Elliott <[email protected]>
Done now - there was some minor issue with restructuring of the quantizers/ import behaviours. @zingo - can you review please? the internal review's done so it should just be sign-off for merge. |
llava/llama fails are unrelated! |
Add TOSA VGF encapsulated compilation target.
This change enables support for "vgf" files which wrap TOSA output and include memory planning for target devices which can JIT TOSA to the target ISA on-device.
Signed-off-by: Rob Elliott [email protected]
Change-Id: I764c32c33c503eb44200e9a7d98caa8fae8a4882
Test plan
As this is a new encapsulation with a tool that's not yet released, integration with unit tests will come in a subsequent commit.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218