Commit ed72daf
authored
Qualcomm AI Engine Direct - supprot SA8255 (#15689)
### Summary
- add soc SA8255
### Test plan
`python -m examples.qualcomm.scripts.deeplab_v3 -b build-android -m
SA8255 --compile_only --download`
push necessary files on the target
```
export BASEDIR=/data/local/tmp/et/
adb shell "cd ${BASEDIR} \
&& export ADSP_LIBRARY_PATH=\"${BASEDIR};/vendor/lib/rfsa/adsp;/vendor/lib64;\" \
&& export LD_LIBRARY_PATH=${BASEDIR}:/vendor/lib64/ \
&& ./qnn_executor_runner --model_path ./dl3_qnn_q8.pte"
```
---------
Co-authored-by: Tadayuki OKADA <TadayukiOkada@users.noreply.github.com>1 parent b9751b1 commit ed72daf
File tree
4 files changed
+6
-0
lines changed- backends/qualcomm
- serialization
- utils
4 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
| 1095 | + | |
1095 | 1096 | | |
1096 | 1097 | | |
1097 | 1098 | | |
| |||
1110 | 1111 | | |
1111 | 1112 | | |
1112 | 1113 | | |
| 1114 | + | |
1113 | 1115 | | |
1114 | 1116 | | |
1115 | 1117 | | |
| |||
0 commit comments