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 cbb6f8e commit 0de4195Copy full SHA for 0de4195
examples/selective_build/CMakeLists.txt
@@ -62,7 +62,7 @@ option(EXECUTORCH_SELECT_ALL_OPS
62
"Whether to register all ops defined in portable kernel library." OFF
63
)
64
65
-# Option to enable dtype header selective build process
+# Option to enable dtype selective build. Note: must be using selective build model API.
66
option(EXECUTORCH_DTYPE_SELECTIVE_BUILD "Enable dtype selective build." OFF
67
68
# ------------------------------- OPTIONS END --------------------------------
0 commit comments