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

How can I use ExecuTorch to deploy a model to a MicroController,such as Infineon TC3xxx ? #3585

Open
AlexLuya opened this issue May 11, 2024 · 2 comments
Labels
new-backend request to add new backend

Comments

@AlexLuya
Copy link

"ExecuTorch is an end-to-end solution for enabling on-device inference capabilities across mobile and edge devices including wearables, embedded devices and microcontrollers"

Hello,above expression presents in ExecuTorch doc:

I want to know:

what types of MicroController(mainly bare metals) got supported already or will get supported?

If wanting to deploy to Infineon TC3xxx microcontroller,is it possible?If yes,any suggestion about how to do it?

@iseeyuan
Copy link
Contributor

The short answer is Yes. ExecuTorch is targeted at portability. The runtime code is lean and can be built and run in MicroControllers. We've successfully built and run ExecuTorch runtime in ARM microcontrollers (like M55/U55) and Cadence Tensilica DSPs. You may refer to arm and cadence folders under executorch/backends and executorch/examples for reference.

@iseeyuan iseeyuan added the new-backend request to add new backend label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-backend request to add new backend
Projects
None yet
Development

No branches or pull requests

3 participants