Skip to content

Commit 9c3f962

Browse files
committed
Link xnn_executor_runner with optimized op library
Doesn't seem to be any reason not to allow optimized ops for this one. ghstack-source-id: aaf6617 ghstack-comment-id: 2695738759 Pull Request resolved: #8901
1 parent d2a1592 commit 9c3f962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
139139
endif()
140140

141141
target_link_libraries(
142-
xnn_executor_runner gflags portable_ops_lib ${xnn_executor_runner_libs}
142+
xnn_executor_runner gflags optimized_native_cpu_ops_lib ${xnn_executor_runner_libs}
143143
)
144144
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
145145
endif()

0 commit comments

Comments
 (0)