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.
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
8282The 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}
315315adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV69Stub.so ${DEVICE_DIR}
316316adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV73Stub.so ${DEVICE_DIR}
317317adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV75Stub.so ${DEVICE_DIR}
318+ adb push ${QNN_SDK_ROOT} /lib/aarch64-android/libQnnHtpV79Stub.so ${DEVICE_DIR}
318319adb push ${QNN_SDK_ROOT} /lib/hexagon-v69/unsigned/libQnnHtpV69Skel.so ${DEVICE_DIR}
319320adb push ${QNN_SDK_ROOT} /lib/hexagon-v73/unsigned/libQnnHtpV73Skel.so ${DEVICE_DIR}
320321adb 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
You can’t perform that action at this time.
0 commit comments