We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7fa6a commit 9cae04eCopy full SHA for 9cae04e
docs/source/build-run-qualcomm-ai-engine-direct-backend.md
@@ -145,6 +145,7 @@ cmake .. \
145
-DCMAKE_INSTALL_PREFIX=$PWD \
146
-DEXECUTORCH_BUILD_SDK=ON \
147
-DEXECUTORCH_BUILD_QNN=ON \
148
+ -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
149
-DQNN_SDK_ROOT=$QNN_SDK_ROOT \
150
-DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
151
-DANDROID_ABI='arm64-v8a' \
@@ -168,6 +169,8 @@ cmake --build examples/qualcomm -j16
168
169
170
You can find `qnn_executor_runner` under `build_android/examples/qualcomm/`.
171
172
+The build script is also available [here](https://github.com/pytorch/executorch/blob/main/backends/qualcomm/scripts/build.sh).
173
+
174
175
## Deploying and running on device
176
0 commit comments