@@ -116,7 +116,7 @@ export PYTHONPATH=$EXECUTORCH_ROOT/..
116
116
117
117
An example script for the below building instructions is [ here] ( https://github.com/pytorch/executorch/blob/main/backends/qualcomm/scripts/build.sh ) .
118
118
We recommend to use the script because the ExecuTorch build-command can change from time to time.
119
- The above script is actively used. It is updated more frquently than this tutorial.
119
+ The above script is actively used. It is updated more frequently than this tutorial.
120
120
An example usage is
121
121
``` bash
122
122
cd $EXECUTORCH_ROOT
@@ -154,14 +154,14 @@ cmake --build $PWD --target "PyQnnManagerAdaptor" "PyQnnWrapperAdaptor" -j$(npro
154
154
cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
155
155
cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT /backends/qualcomm/python
156
156
157
- # Workaround for fbs files in exir/_serialize
157
+ # Workaround for . fbs files in exir/_serialize
158
158
cp $EXECUTORCH_ROOT /schema/program.fbs $EXECUTORCH_ROOT /exir/_serialize/program.fbs
159
159
cp $EXECUTORCH_ROOT /schema/scalar_type.fbs $EXECUTORCH_ROOT /exir/_serialize/scalar_type.fbs
160
160
```
161
161
162
162
### Runtime:
163
163
164
- A example ` qnn_executor_runner ` executable would be used to run the compiled ` pte ` model.
164
+ An example ` qnn_executor_runner ` executable would be used to run the compiled ` pte ` model.
165
165
166
166
Commands to build ` qnn_executor_runner ` for Android:
167
167
@@ -260,7 +260,7 @@ cmake --build examples/qualcomm -j$(nproc)
260
260
ls examples/qualcomm/executor_runner
261
261
```
262
262
263
- To run the HTP emulator, the dynamic linker need to access QNN libraries and ` libqnn_executorch_backend.so ` .
263
+ To run the HTP emulator, the dynamic linker needs to access QNN libraries and ` libqnn_executorch_backend.so ` .
264
264
We set the below two paths to ` LD_LIBRARY_PATH ` environment variable:
265
265
1 . ` $QNN_SDK_ROOT/lib/x86_64-linux-clang/ `
266
266
2 . ` $EXECUTORCH_ROOT/build-x86/lib/ `
0 commit comments