Commit 806c8e8
authored
Qualcomm AI Engine Direct - fix optrace demo script and remove redundant flags from QNN tool (#16487)
Qualcomm AI Engine Direct - Fix OpTrace Profiling demo script
### Summary
- Fix OpTrace Profiling demo script
- remove redundant flags from QNN tool
### Test plan
``` bash
python -m examples.qualcomm.util_scripts.qairt_visualizer_demo -s {SERIAL_NUM} -m ${SOC_MODEL} -b build-android -a ${path_to_output_folder}
```
``` bash
python -m examples.qualcomm.util_scripts.qairt_visualizer_demo -s {SERIAL_NUM} -m ${SOC_MODEL} -b build-android -a ${path_to_output_folder} --online_prepare
```
``` bash
python -m backends.qualcomm.tests.test_qnn_delegate.TestUtilsScript.test_debugger_generate_optrace -s {SERIAL_NUM} -m ${SOC_MODEL} -b build-android --executorch_root . -a .
```1 parent 41491c0 commit 806c8e8
File tree
4 files changed
+23
-15
lines changed- backends/qualcomm
- debugger
- tests
- examples/qualcomm/util_scripts
4 files changed
+23
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
| |||
316 | 313 | | |
317 | 314 | | |
318 | 315 | | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | 316 | | |
323 | 317 | | |
324 | 318 | | |
| |||
398 | 392 | | |
399 | 393 | | |
400 | 394 | | |
401 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
402 | 400 | | |
403 | 401 | | |
404 | 402 | | |
| |||
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
410 | | - | |
| 408 | + | |
411 | 409 | | |
412 | 410 | | |
413 | 411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8206 | 8206 | | |
8207 | 8207 | | |
8208 | 8208 | | |
8209 | | - | |
| 8209 | + | |
| 8210 | + | |
| 8211 | + | |
| 8212 | + | |
| 8213 | + | |
| 8214 | + | |
| 8215 | + | |
| 8216 | + | |
| 8217 | + | |
| 8218 | + | |
| 8219 | + | |
8210 | 8220 | | |
8211 | 8221 | | |
8212 | 8222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments