-
Notifications
You must be signed in to change notification settings - Fork 607
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
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D49900956 |
338e663
to
176a146
Compare
...s-u-setup/core_platform/patches/0004-Executorch-local-patch-New-phdr-for-.data-section.patch
Outdated
Show resolved
Hide resolved
...end/arm/ethos-u-setup/core_platform/patches/0006-Executorch-Add-executorch_runner-test.patch
Outdated
Show resolved
Hide resolved
examples/models/__init__.py
Outdated
@@ -11,6 +11,7 @@ | |||
"linear": ("toy_model", "LinearModule"), | |||
"add": ("toy_model", "AddModule"), | |||
"add_mul": ("toy_model", "AddMulModule"), | |||
"softmax" : ("toy_model", "SoftmaxModule"), |
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.
Please split the examples/
changes into a different PR
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.
It's a different commit - was a different diff but now if I pull it back in it will be all squished together :(
b54fb42
to
399674a
Compare
05827a9
to
3b95b64
Compare
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
3b95b64
to
6ab3b12
Compare
This pull request was exported from Phabricator. Differential Revision: D49900956 |
6ab3b12
to
7426d89
Compare
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
7426d89
to
d50c1da
Compare
This pull request was exported from Phabricator. Differential Revision: D49900956 |
4d47610
to
400be09
Compare
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
400be09
to
2ce8b86
Compare
This pull request was exported from Phabricator. Differential Revision: D49900956 |
2ce8b86
to
92427a5
Compare
@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
92427a5
to
2f054d8
Compare
This pull request was exported from Phabricator. Differential Revision: D49900956 |
@digantdesai merged this pull request in aaf1f48. |
Summary: An example script to build and run executor_runner baremetal version on ARM M-class CPUs
Differential Revision: D49900956