-
Notifications
You must be signed in to change notification settings - Fork 871
Description
This is a task to capture all the things we need to improve in Qualcomm user flow:
- Improve AOT experience
- Improve build from source
- Improve building binaries workflow
Current top pain points:
- Fragmented entry points and user experience downloading QNN sdk and Android NDK, libc++ - unify the download paths, be transparent instead of silently downloading 2+GB sdks
- Retry downloads on failures
- Start from partial downloads on retry
- Cache downloaded sdks
- Build QNN on linux by default (enable via pybind.cmake) - enable download QNN_SDK during cmake
- In build from source path, enable QNN by default on linux
- Make glibc search and fallback transparent
- Manage all QNN sdk version config at a single point instead of hardcoded paths
- Set all env vars after downloading the sdk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress