Commit ea0fff3
authored
Link QNN backend to pybinding lib when built (#13467)
This change makes it possible to run QNN models with pybindings, when
enabled. It does still require the environment setup described in the
docs.
I validated this change locally by running install_executorch.sh with
CMAKE_ARGS="-DEXECUTORCH_BUILD_QNN=ON", and then lowering and running a
simple add model. The CI set up further in this stack also leverage this
feature and test it extensively.1 parent d1b539d commit ea0fff3
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
820 | 824 | | |
821 | 825 | | |
822 | 826 | | |
| |||
0 commit comments