We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ebce commit 2ef1b56Copy full SHA for 2ef1b56
CMakeLists.txt
@@ -611,6 +611,7 @@ target_include_directories(prim_ops_lib PUBLIC ${_common_include_directories})
611
target_compile_definitions(prim_ops_lib PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
612
target_compile_options(prim_ops_lib PUBLIC ${_common_compile_options})
613
target_link_options_shared_lib(prim_ops_lib)
614
+add_library(executorch ALIAS prim_ops_lib)
615
616
#
617
# portable_ops_lib: A library to register core ATen ops using portable kernels,
0 commit comments