You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments