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 1eb5905 commit 3aa9aa1Copy full SHA for 3aa9aa1
tools/cmake/Codegen.cmake
@@ -71,7 +71,7 @@ function(gen_selected_ops)
71
COMMENT "Generating selected_op_variants.h for ${GEN_LIB_NAME}"
72
OUTPUT ${_opvariant_h}
73
COMMAND ${_gen_opvariant_command}
74
- DEPENDS ${_optlist_yaml} ${_codegen_tools_srcs}
+ DEPENDS ${_oplist_yaml} ${_codegen_tools_srcs}
75
WORKING_DIRECTORY ${EXECUTORCH_ROOT}
76
)
77
endif()
0 commit comments