-
Notifications
You must be signed in to change notification settings - Fork 693
Add desktop README #15347
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
Add desktop README #15347
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15347
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 69 PendingAs of commit ad1fdcf with merge base 82611e9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
desktop/README.md
Outdated
- **No CUDA Support**: For a long time, ExecuTorch did not offer a CUDA backend, limiting GPU acceleration on NVIDIA hardware. | ||
|
||
## Recent Developments | ||
With increased demand for local inference on consumer desktops and laptops, exemplified by popular runtimes like llama.cpp and MLX, ExecuTorch is now experimenting with CUDA and Metal support. This is achieved by leveraging Inductor compiler technology from PyTorch, specifically using Ahead-of-Time Inductor (AOTI) to avoid reinventing the wheel. |
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.
Provide a link to AOTInudctor? https://docs.pytorch.org/docs/stable/torch.compiler_aot_inductor.html
- [CUDA backend](../backends/cuda) | ||
- [Metal backend](../backends/apple/metal) | ||
|
||
## Roadmap & Limitations |
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.
Mention that on windows we only supports WSL right now. Native Windows support is WIP
Added a link to the AOTI documentation in the README.
No description provided.