Skip to content

Commit 948f8f9

Browse files
pytorchbotcccclai
andauthored
update qnn doc (#4356) (#4363)
Summary: Pull Request resolved: #4356 As title Reviewed By: kirklandsign Differential Revision: D60095271 fbshipit-source-id: 48f43528fc7aa180dadcd67c858eedf3c4568172 (cherry picked from commit dbc73a6) Co-authored-by: Chen Lai <[email protected]>
1 parent 8e0f831 commit 948f8f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/qualcomm/setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ adb shell "mkdir -p ${DEVICE_DIR}"
155155
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtp.so ${DEVICE_DIR}
156156
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV69Stub.so ${DEVICE_DIR}
157157
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV73Stub.so ${DEVICE_DIR}
158+
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV75Stub.so ${DEVICE_DIR}
158159
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnSystem.so ${DEVICE_DIR}
159160
adb push ${QNN_SDK_ROOT}/lib/hexagon-v69/unsigned/libQnnHtpV69Skel.so ${DEVICE_DIR}
160161
adb push ${QNN_SDK_ROOT}/lib/hexagon-v73/unsigned/libQnnHtpV73Skel.so ${DEVICE_DIR}
162+
adb push ${QNN_SDK_ROOT}/lib/hexagon-v75/unsigned/libQnnHtpV75Skel.so ${DEVICE_DIR}
161163
```
162164

163165
We also need to indicate dynamic linkers on Android and Hexagon where to find these libraries

0 commit comments

Comments
 (0)