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 4444fa3 commit 4e48b5eCopy full SHA for 4e48b5e
backends/xnnpack/CMakeLists.txt
@@ -100,7 +100,8 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*iOS\.cmake$")
100
#
101
list(TRANSFORM _xnn_executor_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
102
add_executable(xnn_executor_runner ${_xnn_executor_runner__srcs})
103
- target_link_libraries(xnn_executor_runner xnnpack_backend gflags portable_ops_lib)
+ target_link_libraries(xnn_executor_runner
104
+ xnnpack_backend gflags portable_ops_lib)
105
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
106
endif()
107
0 commit comments