Merged
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6688
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 51dc602 with merge base 485a5df ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
9e4cbda to
ea64bda
Compare
freddan80
approved these changes
Nov 7, 2024
ee72d64 to
fd092a9
Compare
Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I45374812daaa831f8084f6534b4903d14d6634b8
Mandate the need for a TOSA version in the compile spec list passed to the Arm backend and propagate the information to node visitors for serialization handling. Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I43b35923f71a312e3064eab9388a4bd2756dc17f
Change-Id: Ia2b21c14f56793d6a9125ae7371779df93ecf9d5
Adds handling of TOSA 0.80 BI and MI profile as separate serialization handlers for ADD as an example. Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I89e8ded90ec29bfca06a0ab9a102307cd0b005bd
Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I14ce1d9f53396d3ff49536875f24dabd24a71c10
fd092a9 to
51dc602
Compare
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.
Summary
Add TOSA specification details to the Arm Backend.