File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ cmake ../examples/qualcomm \
210
210
cmake --build examples/qualcomm -j$( nproc)
211
211
212
212
# qnn_executor_runner can be found under examples/qualcomm
213
- # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/qnn_executor_runner
213
+ # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/executor_runner/ qnn_executor_runner
214
214
ls examples/qualcomm
215
215
```
216
216
@@ -266,9 +266,9 @@ cmake ../examples/qualcomm \
266
266
267
267
cmake --build examples/qualcomm -j$( nproc)
268
268
269
- # qnn_executor_runner can be found under examples/qualcomm
270
- # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/qnn_executor_runner
271
- ls examples/qualcomm/
269
+ # qnn_executor_runner can be found under examples/qualcomm/executor_runner
270
+ # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/executor_runner/ qnn_executor_runner
271
+ ls examples/qualcomm/executor_runner
272
272
```
273
273
274
274
To run the HTP emulator, the dynamic linker need to access QNN libraries and ` libqnn_executorch_backend.so ` .
@@ -284,7 +284,7 @@ So, we can run `./deeplab_v3/dlv3_qnn.pte` by:
284
284
``` bash
285
285
cd $EXECUTORCH_ROOT /build-x86
286
286
export LD_LIBRARY_PATH=$EXECUTORCH_ROOT /build-x86/lib/:$LD_LIBRARY_PATH
287
- examples/qualcomm/qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
287
+ examples/qualcomm/executor_runner/ qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
288
288
```
289
289
290
290
We should see some outputs like the below. Note that the emulator can take some time to finish.
You can’t perform that action at this time.
0 commit comments