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 d0b78a6 commit ed3abb7Copy full SHA for ed3abb7
tools/cmake/Codegen.cmake
@@ -24,7 +24,7 @@ function(gen_selected_ops)
24
message(STATUS " DTYPE_SELECTIVE_BUILD: ${GEN_DTYPE_SELECTIVE_BUILD}")
25
26
if(GEN_DTYPE_SELECTIVE_BUILD)
27
- if (NOT GEN_OPS_FROM_MODEL)
+ if(NOT GEN_OPS_FROM_MODEL)
28
message(FATAL_ERROR " DTYPE_SELECTIVE_BUILD is only support with model API, please pass in a model")
29
endif()
30
0 commit comments