File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ This example is verified with SM8550 and SM8450.
77
77
- Click the "Get Software" button to download a version of QNN SDK.
78
78
- However, at the moment of updating this tutorial, the above website doesn't provide QNN SDK newer than 2.22.6.
79
79
- The below is public links to download various QNN versions. Hope they can be publicly discoverable soon.
80
- - [ QNN 2.28 .0] ( https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/ v2.28 .0.241029 .zip )
80
+ - [ QNN 2.37 .0] ( https://softwarecenter.qualcomm.com/api/download/software/sdks/Qualcomm_AI_Runtime_Community/All/2.37.0.250724/ v2.37 .0.250724 .zip )
81
81
82
82
The directory with installed Qualcomm AI Engine Direct SDK looks like:
83
83
```
@@ -315,9 +315,11 @@ adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnSystem.so ${DEVICE_DIR}
315
315
adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV69Stub.so ${DEVICE_DIR}
316
316
adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV73Stub.so ${DEVICE_DIR}
317
317
adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV75Stub.so ${DEVICE_DIR}
318
+ adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV79Stub.so ${DEVICE_DIR}
318
319
adb push ${QNN_SDK_ROOT} /lib/hexagon-v69/unsigned/libQnnHtpV69Skel.so ${DEVICE_DIR}
319
320
adb push ${QNN_SDK_ROOT} /lib/hexagon-v73/unsigned/libQnnHtpV73Skel.so ${DEVICE_DIR}
320
321
adb push ${QNN_SDK_ROOT} /lib/hexagon-v75/unsigned/libQnnHtpV75Skel.so ${DEVICE_DIR}
322
+ adb push ${QNN_SDK_ROOT} /lib/hexagon-v75/unsigned/libQnnHtpV79Skel.so ${DEVICE_DIR}
321
323
```
322
324
323
325
*** Step 2*** . We also need to indicate dynamic linkers on Android and Hexagon
You can’t perform that action at this time.
0 commit comments