w11m
w11m
Hi author, is it possible to build this project on ARM64 architecture i want to use it on the Jetson Nano
### Describe the issue With Android A15 introducing a beta requirement for shared libraries to support a 16KB page size on ARM64 devices W source: [(https://source.android.com/docs/core/architecture/16kb-page-size/16kb)](https://source.android.com/docs/core/architecture/16kb-page-size/16kb) We’re keen to ensure...
### Description 1. Update .cmake for support Build shared libraries with 16 KB ELF alignment 2. Update deps.txt for eigen-3.4.zip Hash code changed to `7fdb7133e38f370a71c38e82f03458c2b638bd29` ### Motivation and Context https://source.android.com/docs/core/architecture/16kb-page-size/16kb...
### Describe the issue While initializing ONNX Runtime on a mobile device, I encountered an issue with the `QNNExecutionProvider` failing to load the backend library `libQnnHtpVXX.so`. The error log indicates...