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 @@ -199,7 +199,7 @@ cmake ../examples/qualcomm \
199
199
cmake --build examples/qualcomm -j$( nproc)
200
200
201
201
# qnn_executor_runner can be found under examples/qualcomm
202
- # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/qnn_executor_runner
202
+ # The full path is $EXECUTORCH_ROOT/build-android/examples/qualcomm/executor_runner/ qnn_executor_runner
203
203
ls examples/qualcomm
204
204
```
205
205
@@ -255,9 +255,9 @@ cmake ../examples/qualcomm \
255
255
256
256
cmake --build examples/qualcomm -j$( nproc)
257
257
258
- # qnn_executor_runner can be found under examples/qualcomm
259
- # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/qnn_executor_runner
260
- ls examples/qualcomm/
258
+ # qnn_executor_runner can be found under examples/qualcomm/executor_runner
259
+ # The full path is $EXECUTORCH_ROOT/build-x86/examples/qualcomm/executor_runner/ qnn_executor_runner
260
+ ls examples/qualcomm/executor_runner
261
261
```
262
262
263
263
To run the HTP emulator, the dynamic linker need to access QNN libraries and ` libqnn_executorch_backend.so ` .
@@ -273,7 +273,7 @@ So, we can run `./deeplab_v3/dlv3_qnn.pte` by:
273
273
``` bash
274
274
cd $EXECUTORCH_ROOT /build-x86
275
275
export LD_LIBRARY_PATH=$EXECUTORCH_ROOT /build-x86/lib/:$LD_LIBRARY_PATH
276
- examples/qualcomm/qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
276
+ examples/qualcomm/executor_runner/ qnn_executor_runner --model_path ../deeplab_v3/dlv3_qnn.pte
277
277
```
278
278
279
279
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