Skip to content

Commit 8aa1493

Browse files
committed
Update qc docs
1 parent dd7fa6a commit 8aa1493

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/build-run-qualcomm-ai-engine-direct-backend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ cmake .. \
145145
-DCMAKE_INSTALL_PREFIX=$PWD \
146146
-DEXECUTORCH_BUILD_SDK=ON \
147147
-DEXECUTORCH_BUILD_QNN=ON \
148+
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
148149
-DQNN_SDK_ROOT=$QNN_SDK_ROOT \
149150
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
150151
-DANDROID_ABI='arm64-v8a' \
@@ -168,6 +169,7 @@ cmake --build examples/qualcomm -j16
168169

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

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

172174
## Deploying and running on device
173175

0 commit comments

Comments
 (0)