-
Notifications
You must be signed in to change notification settings - Fork 607
Merge delegate runners on Arm Baremetal #718
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
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
examples/arm/ethos-u-setup/core_platform/patches/0007-Executorch-Add-delegate-runner-test.patch
Show resolved
Hide resolved
examples/arm/setup.sh
Outdated
@@ -176,13 +176,14 @@ function setup_vela() { | |||
# | |||
# Prepare the Vela compiler for AoT to Ethos-U compilation | |||
# | |||
cd "${root_dir}/ethos-u/" | |||
cd "${root_dir}" |
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 so I will leave as is from my PR #715, when you will rebase this will override that
build_executorch_runner "${pte}" "${pte_delegate}" | ||
|
||
# run the app | ||
# generate a .pte file - in this case a non-delegated one |
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.
curious if we want to do the loop, like below so the errors can be easily associated with the relevat PTE. Or you like two fvp outputs at the end and doing this batch style :p
for pte in $(generate_pte_file) $(generate_ethos_pte_file); do
build_executorch_runner ${pte}
run_fvp ${executor_runner}
done
Everything looks great. I am guessing you want to rebase on #715 and then merge this? |
Signed-off-by: Rob Elliott <[email protected]>
Signed-off-by: Rob Elliott <[email protected]>
@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 e460259. |
* improve updown parser, and use in README.md execution * cut/paste errors * typo: true -> false * we scan each partial line, so need to suppress at partial line level :( * make it twice as nice * improved updown parsing * special handling for lines w/o option * enable run on quantization doc * handle white space before trip backtick * updates * mps test * updates * Update run-readme-pr-macos.yml Rename test to avoid babe conflict * Update run-readme-pr.yml Y * Update run-readme-pr-mps.yml 2 * typos * add updown end command * typo * move broken mps * Update parking_lot/run-readme-pr-mps.yml Co-authored-by: Eli Uriegas <[email protected]> --------- Co-authored-by: Eli Uriegas <[email protected]>
resolves #666 other than: