Skip to content

Commit 601ddda

Browse files
authored
[Docs] Update QNN SDK version and add new library pushes (#14659)
Updated QNN SDK version from 2.28.0 to 2.37.0 and added new library pushes.
1 parent 2d54207 commit 601ddda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/backends-qualcomm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This example is verified with SM8550 and SM8450.
7777
- Click the "Get Software" button to download a version of QNN SDK.
7878
- However, at the moment of updating this tutorial, the above website doesn't provide QNN SDK newer than 2.22.6.
7979
- 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)
8181

8282
The directory with installed Qualcomm AI Engine Direct SDK looks like:
8383
```
@@ -315,9 +315,11 @@ adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnSystem.so ${DEVICE_DIR}
315315
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV69Stub.so ${DEVICE_DIR}
316316
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV73Stub.so ${DEVICE_DIR}
317317
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}
318319
adb push ${QNN_SDK_ROOT}/lib/hexagon-v69/unsigned/libQnnHtpV69Skel.so ${DEVICE_DIR}
319320
adb push ${QNN_SDK_ROOT}/lib/hexagon-v73/unsigned/libQnnHtpV73Skel.so ${DEVICE_DIR}
320321
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}
321323
```
322324

323325
***Step 2***. We also need to indicate dynamic linkers on Android and Hexagon

0 commit comments

Comments
 (0)