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 d62c7ad commit fbcd332Copy full SHA for fbcd332
extension/android/CMakeLists.txt
@@ -72,7 +72,7 @@ endif()
72
73
if(TARGET xnnpack_backend)
74
target_link_options_shared_lib(xnnpack_backend)
75
- list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo)
+ list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo microkernels-prod)
76
endif()
77
78
if(TARGET vulkan_backend)
0 commit comments