-
Notifications
You must be signed in to change notification settings - Fork 747
Arm backend: Remove submodule serialization_lib #13178
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
Remove the git submodule serialization_lib since its pointing to an old 0.80 tag and is not used by the arm backend. Instead this library is now cloned part of the tosa-reference-module when needed. Change-Id: I34a3707b35cab6413e8aa5365fc41d404b4eb9fa Signed-off-by: [email protected]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13178
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 2 Pending, 4 Unrelated FailuresAs of commit df250e5 with merge base 264a91b ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Unit test fails unrelated |
|
Ooops, was maybe a bit fast on this PR @digantdesai maybe you wanted to review/merge this, feel free to revert if it cause problems and we can figure it out. EDIT: I revert it so we can take this change slower as it deserves |
|
I revert it so we can take this change slower as it deserves, sorry for the extra work |
|
If I were to guess, this should be OK. I can pull the next, new PR internally and make sure. Thanks @zingo. |
Remove the git submodule serialization_lib since its pointing to an old 0.80 tag and is not used by the arm backend. Instead this library is now cloned part of the tosa-reference-module when needed. Signed-off-by: [email protected]
Remove the git submodule serialization_lib since its pointing to an old 0.80 tag and is not used by the arm backend.
Instead this library is now cloned part of the tosa-reference-module when needed.
Change-Id: I34a3707b35cab6413e8aa5365fc41d404b4eb9fa
Signed-off-by: [email protected]
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218