Skip to content

Commit ec893ef

Browse files
committed
Change Enable KleidiAI to default in CMake
ghstack-source-id: cd10ca2 ghstack-comment-id: 3070613382 Pull Request resolved: #12452
1 parent dd4488d commit ec893ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/preset/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ define_overridable_option(
258258
define_overridable_option(
259259
EXECUTORCH_XNNPACK_ENABLE_KLEIDI
260260
"Enable Arm Kleidi kernels"
261-
BOOL OFF
261+
BOOL ON
262262
)
263263
# Turning this on cache weights between partitions and methods. If weights
264264
# are shared across methods/partitions then this can reduce load time and

0 commit comments

Comments
 (0)