-
Notifications
You must be signed in to change notification settings - Fork 712
Input name bugfix in runner_utils #5071
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/5071
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New FailuresAs of commit 00bbb78 with merge base d516309 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| f.write(tosa_fb) | ||
|
|
||
| tosa_schema_file = "./backends/arm/third-party/serialization_lib/schema/tosa.fbs" | ||
| arm_backend_path = os.path.realpath(os.path.dirname(__file__) + "/..") |
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.
Ok but unrelated?
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.
Yes it's unrelated, I should probably have added several commits to the the PR for clarity
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
8a4a72a to
a37b788
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Apologies for the delay, can you please rebase this on main? Thanks. |
There are cases where the names of the inputs in the edge-IR graph do not match the names of the inputs in the export-IR. Since desc.json used the names from export-IR while TOSA used the names from edge-IR there was a mismatch. I therefore changed desc.json to use the names from edge-IR if possible. I also changed the search of tosa.fbs to be cwd independent. Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: Iffa56e2f43910adc74608b96518717d14e0beb53
a37b788 to
00bbb78
Compare
Delay from my side as well, but rebased now. |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@digantdesai merged this pull request in 4bf7e2f. |
There are cases where the names of the inputs
in the edge-IR graph do not match the names of the inputs in the export-IR. Since desc.json used the names from export-IR while TOSA used the names from edge-IR there was a mismatch.
I therefore changed desc.json to use the names from edge-IR if possible. I also changed the search of tosa.fbs to be cwd independent, and added a check to avoid a crash if you .dump_artifact() on a graph with no delegate.
Change-Id: Iffa56e2f43910adc74608b96518717d14e0beb53