We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89d3e7 commit 10a1288Copy full SHA for 10a1288
CMakeLists.txt
@@ -738,9 +738,9 @@ if(EXECUTORCH_BUILD_PYBIND)
738
endif()
739
740
if(EXECUTORCH_BUILD_XNNPACK)
741
- # need to explicitly specify XNNPACK here otherwise uses XNNPACK symbols
742
- # from libtorch_cpu
743
- list(APPEND _dep_libs xnnpack_backend XNNPACK)
+ # need to explicitly specify XNNPACK and microkernels-prod
+ # here otherwise uses XNNPACK and microkernel-prod symbols from libtorch_cpu
+ list(APPEND _dep_libs xnnpack_backend XNNPACK microkernels-prod)
744
745
746
# compile options for pybind
0 commit comments