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 6b96c0e commit 3af7461Copy full SHA for 3af7461
backends/xnnpack/CMakeLists.txt
@@ -146,6 +146,10 @@ if(EXECUTORCH_BUILD_KERNELS_CUSTOM)
146
list(APPEND xnn_executor_runner_libs $<LINK_LIBRARY:WHOLE_ARCHIVE,custom_ops>)
147
endif()
148
149
+if(EXECUTORCH_BUILD_KERNELS_QUANTIZED)
150
+ list(APPEND xnn_executor_runner_libs quantized_ops_lib)
151
+endif()
152
+
153
list(APPEND xnn_executor_runner_libs xnnpack_backend executorch)
154
155
# ios can only build library but not binary
0 commit comments