Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm trying to port onnx model to SM8650.
Below is build command that I'm using.
./build.sh --android --config Release --parallel --use_qnn static_lib --qnn_home=/home2/jerry.kang/QNN/qairt/2.26.2.240911/ --android_sdk_path=/opt/android-sdk --android_ndk_path=/opt/android-ndk-r27c --android_abi arm64-v8a --android_api=34 --cmake_generator Ninja --build_dir build/Android --skip_tests --cmake_extra_defines=-Wno-error=all
with this command I can get onnxruntime.so file because it is static_lib option.
But when I run model I got below messages.
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp QnnLog_create started.
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp Registered a new graph environment 1
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp Initializing HtpProvider
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp Creating default router
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp RouterFastRPC create
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp HTP: Initializing the router
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp exit with 0
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp exit with 0
[V:onnxruntime:Default, qnn_backend_manager.cc:265 QnnLogging] QnnDsp Failed in loading stub: dlopen failed: library "libQnnHtpV75Stub.so" not found
As far as I know libQnnHtpV75Stub.so is created when -build_shared_lib and without --android option.
Can you please help me to resolve this issue?
Best Regards
-Jerry Kang
Beta Was this translation helpful? Give feedback.
All reactions