Skip to content

Add example script to run on cpu #611

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 1 commit into from

Conversation

digantdesai
Copy link
Contributor

@digantdesai digantdesai commented Oct 4, 2023

Summary: An example script to build and run executor_runner baremetal version on ARM M-class CPUs

Differential Revision: D49900956

cd executorch
rm -rf cmake-out # optional
cd examples/arm/
./setup.sh [scratch_dir]
./run.sh [scratch_dir]

@netlify
Copy link

netlify bot commented Oct 4, 2023

Deploy Preview for resplendent-gnome-14e531 ready!

Name Link
🔨 Latest commit 2f054d8
🔍 Latest deploy log https://app.netlify.com/sites/resplendent-gnome-14e531/deploys/651f6b87a2a9e50009b88819
😎 Deploy Preview https://deploy-preview-611--resplendent-gnome-14e531.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@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 4, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49900956

@@ -11,6 +11,7 @@
"linear": ("toy_model", "LinearModule"),
"add": ("toy_model", "AddModule"),
"add_mul": ("toy_model", "AddMulModule"),
"softmax" : ("toy_model", "SoftmaxModule"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please split the examples/ changes into a different PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a different commit - was a different diff but now if I pull it back in it will be all squished together :(

@digantdesai digantdesai force-pushed the export-D49900956 branch 2 times, most recently from b54fb42 to 399674a Compare October 5, 2023 03:07
@digantdesai digantdesai force-pushed the export-D49900956 branch 3 times, most recently from 05827a9 to 3b95b64 Compare October 6, 2023 00:00
@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

This pull request was exported from Phabricator. Differential Revision: D49900956

@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

This pull request was exported from Phabricator. Differential Revision: D49900956

@digantdesai digantdesai force-pushed the export-D49900956 branch 3 times, most recently from 4d47610 to 400be09 Compare October 6, 2023 01:32
@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

This pull request was exported from Phabricator. Differential Revision: D49900956

@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.

Summary:
An example script to build and run executor_runner baremetal version on ARM M-class CPUs


```
cd executorch
rm -rf cmake-out # optional
cd examples/arm/
./setup.sh [scratch_dir]
./run.sh [scratch_dir]
```


Reviewed By: larryliu0820

Differential Revision: D49900956

Pulled By: digantdesai
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49900956

@facebook-github-bot
Copy link
Contributor

@digantdesai merged this pull request in aaf1f48.

Gasoonjia pushed a commit that referenced this pull request Jul 30, 2024
This reverts commit 4a0b2a9e9f7d0e6727126deb1fc3597cce7986c9.
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. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants