-
Notifications
You must be signed in to change notification settings - Fork 528
Arm backend: Add FuseEqualPlaceholdersPass #9893
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?
Conversation
This pass optimizes memory usage by finding constant placeholders pointing to identical tensors and fusing them to one single placeholder with multiple users. Change-Id: Ia125e120b9ba5acb6e91b2e671e6116a0beebaba Signed-off-by: Adrian Lundell <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9893
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 17455b4 with merge base a4be2e4 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
qnn fails are unrelated |
@@ -61,7 +61,7 @@ tosa_reference_model_rev="70ed0b40fa831387e36abdb4f7fb9670a3464f5a" | |||
|
|||
# vela | |||
vela_repo_url="https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela" | |||
vela_rev="425541302c7e4b6fbeca7c0061286b131ee507c3" |
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.
Thank you for the heads up @zingo / @AdrianLundell . I think we will pull this one in.
@digantdesai How did it go with this? Did you find any problems we should address/fix? |
@digantdesai Hi, is it ok to merge this? |
This pass optimizes memory usage by finding constant placeholders pointing to identical tensors and fusing them to one single placeholder with multiple users.
Note that Ethos-U Vela is updated to include a bug fix related to shared buffers.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218