Skip to content
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

TFLite micro support for Ethos U85? #2972

Open
SrinivasRagolu-AlifSemi opened this issue Dec 2, 2024 · 2 comments
Open

TFLite micro support for Ethos U85? #2972

SrinivasRagolu-AlifSemi opened this issue Dec 2, 2024 · 2 comments
Assignees
Labels

Comments

@SrinivasRagolu-AlifSemi
Copy link

I am porting the latest ARM Ethos U-85 driver to Zephyr. But I have doubt, whether TFLite Micro current main branch supports the U85 or not?
If Yes, which commit ID need to be taken with branch name. If No, how could I get the support of U85 on TFLite Micro.

@mansnils
Copy link
Contributor

mansnils commented Dec 2, 2024

Hi @SrinivasRagolu-AlifSemi
It should be possible to build it from within TFLM: make -f tensorflow/lite/micro/tools/make/Makefile CO_PROCESSOR=ethos_u ETHOSU_ARCH=u85 TARGET=cortex_m_generic TARGET_ARCH=cortex-m55 microlite
In this way third party dependency projects will be automatically downloaded.
Another way to build it with TFLM as well: https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-platform/+/refs/heads/main/README.md
I would then recommend these sha/tags/commit-ids https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u/+/refs/tags/24.11/24.11.json

Copy link
Contributor

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

@github-actions github-actions bot added the Stale label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants