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 9437be1 commit 643e10eCopy full SHA for 643e10e
build/executorch-config.cmake
@@ -67,6 +67,7 @@ set(lib_list
67
portable_ops_lib
68
extension_module
69
extension_module_static
70
+ extension_parallel
71
extension_runner_util
72
extension_tensor
73
extension_threadpool
@@ -114,3 +115,7 @@ foreach(lib ${lib_list})
114
115
list(APPEND EXECUTORCH_LIBRARIES ${lib})
116
endif()
117
endforeach()
118
+
119
+# TODO: investigate use of install(EXPORT) to cleanly handle
120
+# target_compile_options/target_compile_definitions for everything.
121
+target_link_libraries(cpublas INTERFACE extension_parallel)
0 commit comments