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 0684c5a commit dd08abcCopy full SHA for dd08abc
CMakeLists.txt
@@ -742,9 +742,9 @@ if(EXECUTORCH_BUILD_PYBIND)
742
endif()
743
744
if(EXECUTORCH_BUILD_XNNPACK)
745
- # need to explicitly specify XNNPACK here otherwise uses XNNPACK symbols
746
- # from libtorch_cpu
747
- 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)
748
749
750
# compile options for pybind
0 commit comments