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 3d59fcb commit be2dda7Copy full SHA for be2dda7
backends/xnnpack/CMakeLists.txt
@@ -116,7 +116,7 @@ set(xnnpack_third_party pthreadpool extension_threadpool cpuinfo)
116
include(cmake/Dependencies.cmake)
117
118
list(TRANSFORM _xnnpack_backend__srcs PREPEND "${EXECUTORCH_ROOT}/")
119
-add_library(xnnpack_backend STATIC ${_xnnpack_backend__srcs})
+add_library(xnnpack_backend ${_xnnpack_backend__srcs})
120
target_link_libraries(
121
xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema extension_threadpool
122
)
0 commit comments