Skip to content

Commit de61232

Browse files
committed
Link QNN backend to pybinding lib when built
ghstack-source-id: 2dea3b9 ghstack-comment-id: 3194008742 Pull-Request: #13467
1 parent de3886d commit de61232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@ if(EXECUTORCH_BUILD_PYBIND)
817817
list(APPEND _dep_libs openvino_backend)
818818
endif()
819819

820+
if(EXECUTORCH_BUILD_QNN)
821+
list(APPEND _dep_libs qnn_executorch_backend)
822+
endif()
823+
820824
if(EXECUTORCH_BUILD_XNNPACK)
821825
# need to explicitly specify XNNPACK and xnnpack-microkernels-prod here
822826
# otherwise uses XNNPACK and microkernel-prod symbols from libtorch_cpu

0 commit comments

Comments
 (0)