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 4559793 commit 542ef50Copy full SHA for 542ef50
examples/portable/custom_ops/CMakeLists.txt
@@ -87,8 +87,8 @@ message("Generated files ${gen_command_sources}")
87
if(REGISTER_EXAMPLE_CUSTOM_OP EQUAL 2)
88
set(custom_ops_kernel_sources
89
${CMAKE_CURRENT_LIST_DIR}/custom_ops_2.cpp # register my_ops::mul4
90
- ${CMAKE_CURRENT_LIST_DIR}/custom_ops_2_out.cpp # register
91
- # my_ops::mul4.out)
+ ${CMAKE_CURRENT_LIST_DIR}/custom_ops_2_out.cpp # register my_ops::mul4.out
+ )
92
gen_custom_ops_aot_lib("custom_ops_aot_lib" "${custom_ops_kernel_sources}")
93
target_include_directories(custom_ops_aot_lib
94
PUBLIC ${_common_include_directories})
0 commit comments