Skip to content

Commit 095d469

Browse files
committed
Update CMakeLists.txt
Fixing comment
1 parent 79a067e commit 095d469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/selective_build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ option(EXECUTORCH_SELECT_ALL_OPS
6262
"Whether to register all ops defined in portable kernel library." OFF
6363
)
6464

65-
# Option to enable dtype selective build
65+
# Option to enable parsing ops and dtypes directly from model pte file
6666
option(EXECUTORCH_SELECT_OPS_FROM_MODEL "Enable op selection from pte during build." OFF
6767
)
6868
# ------------------------------- OPTIONS END --------------------------------

0 commit comments

Comments
 (0)