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 2c0013d commit 76ec14fCopy full SHA for 76ec14f
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 selective build
+# Option to enable parsing ops and dtypes directly from model pte file
66
option(EXECUTORCH_SELECT_OPS_FROM_MODEL "Enable op selection from pte during build." OFF
67
68
# ------------------------------- OPTIONS END --------------------------------
0 commit comments