Skip to content

Commit 542ef50

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Fix examples/portable/custom_ops/CMakeLists.txt
Summary: Uncomment a missing parentheses. bypass-github-export-checks Reviewed By: iseeyuan Differential Revision: D55293734 fbshipit-source-id: dde52e28f4a8f5281db5007b68dd1059d98b10bf
1 parent 4559793 commit 542ef50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/portable/custom_ops/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ message("Generated files ${gen_command_sources}")
8787
if(REGISTER_EXAMPLE_CUSTOM_OP EQUAL 2)
8888
set(custom_ops_kernel_sources
8989
${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)
90+
${CMAKE_CURRENT_LIST_DIR}/custom_ops_2_out.cpp # register my_ops::mul4.out
91+
)
9292
gen_custom_ops_aot_lib("custom_ops_aot_lib" "${custom_ops_kernel_sources}")
9393
target_include_directories(custom_ops_aot_lib
9494
PUBLIC ${_common_include_directories})

0 commit comments

Comments
 (0)