Skip to content

Commit

Permalink
Update qc docs (#4263)
Browse files Browse the repository at this point in the history
Summary:
#4230

Pull Request resolved: #4263

Reviewed By: cccclai

Differential Revision: D59764927

Pulled By: lucylq

fbshipit-source-id: e9ba0b94772bbffb85275b73934f5196b20740d1
  • Loading branch information
lucylq authored and facebook-github-bot committed Jul 15, 2024
1 parent 4cf3489 commit fbe0af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/build-run-qualcomm-ai-engine-direct-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ cmake .. \
-DCMAKE_INSTALL_PREFIX=$PWD \
-DEXECUTORCH_BUILD_SDK=ON \
-DEXECUTORCH_BUILD_QNN=ON \
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
-DQNN_SDK_ROOT=$QNN_SDK_ROOT \
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
-DANDROID_ABI='arm64-v8a' \
Expand All @@ -168,6 +169,7 @@ cmake --build examples/qualcomm -j16

You can find `qnn_executor_runner` under `build_android/examples/qualcomm/`.

The build script is also available [here](https://github.com/pytorch/executorch/blob/main/backends/qualcomm/scripts/build.sh).

## Deploying and running on device

Expand Down

0 comments on commit fbe0af1

Please sign in to comment.