Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

robell
Copy link
Collaborator

@robell robell commented Oct 9, 2023

resolves #666 other than:

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 9, 2023
@netlify
Copy link

netlify bot commented Oct 9, 2023

Deploy Preview for resplendent-gnome-14e531 canceled.

Name Link
🔨 Latest commit 2ca9c47
🔍 Latest deploy log https://app.netlify.com/sites/resplendent-gnome-14e531/deploys/652477123dbe4c0008b785c7

@@ -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}"
Copy link
Contributor

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
Copy link
Contributor

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

@digantdesai
Copy link
Contributor

Everything looks great. I am guessing you want to rebase on #715 and then merge this?

@facebook-github-bot
Copy link
Contributor

@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@digantdesai merged this pull request in e460259.

@robell robell added the partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm label Jul 4, 2024
Gasoonjia pushed a commit that referenced this pull request Jul 30, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify executorch_runner app to handle all types of ptes
3 participants