Skip to content

Commit

Permalink
update qnn doc (pytorch#4356)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#4356

As title

Differential Revision: D60095271
  • Loading branch information
cccclai authored and facebook-github-bot committed Jul 23, 2024
1 parent 6556991 commit a37b546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/qualcomm/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,11 @@ adb shell "mkdir -p ${DEVICE_DIR}"
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtp.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV69Stub.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV73Stub.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnHtpV75Stub.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/aarch64-android/libQnnSystem.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/hexagon-v69/unsigned/libQnnHtpV69Skel.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/hexagon-v73/unsigned/libQnnHtpV73Skel.so ${DEVICE_DIR}
adb push ${QNN_SDK_ROOT}/lib/hexagon-v75/unsigned/libQnnHtpV75Skel.so ${DEVICE_DIR}
```

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

0 comments on commit a37b546

Please sign in to comment.