-
Notifications
You must be signed in to change notification settings - Fork 685
Arm backend: Add support for ETDump of outputs #14143
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
Arm backend: Add support for ETDump of outputs #14143
Conversation
This also pass the generated output to the inspector if run.sh/runFVP.sh is used together with the generated ETRecord file. This also try to sort the order of the c++/cmake flags to keep them in similar order in different files. Signed-off-by: Zingo Andersen <zingo.andersen@arm.com> Change-Id: Icfacab3a0dcd428c51abbe1cba42b13d6bf9b20e
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14143
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Cancelled Job, 2 Unrelated FailuresAs of commit 92e2ebf with merge base 0b3227f ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
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. |
@digantdesai merge this for GA or should we wait, it's nice to get it as it clean up some comments in the runner but as the same time it can perfectly wait until after GA if we suspect it to be bad. |
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82454608. |
Differential Revision: D82454608 Pull Request resolved: pytorch#14143
This also pass the generated output to the inspector if run.sh/runFVP.sh is used together with the generated ETRecord file.
This also try to sort the order of the c++/cmake flags to keep them in similar order in different files.
Test plan
This is runned by the run.sh testing.
cc @digantdesai @freddan80 @per @oscarandersson8218