Skip to content

Commit 89fdd72

Browse files
committed
Update
1 parent f307c60 commit 89fdd72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

backends/xnnpack/cmake/Dependencies.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ set(XNNPACK_ENABLE_AVX512VNNIGFNI
4343
CACHE BOOL ""
4444
)
4545

46+
set(XNNPACK_ENABLE_ARM_SME2
47+
OFF
48+
CACHE BOOL ""
49+
)
4650
if(EXECUTORCH_XNNPACK_ENABLE_KLEIDI)
4751
set(XNNPACK_ENABLE_KLEIDIAI
4852
ON

tools/cmake/preset/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ define_overridable_option(
205205
# Keeping this OFF by default due to regressions in decode and model load with
206206
# kleidi kernels
207207
define_overridable_option(
208-
EXECUTORCH_XNNPACK_ENABLE_KLEIDI "Enable Arm Kleidi kernels" BOOL ON
208+
EXECUTORCH_XNNPACK_ENABLE_KLEIDI "Enable Arm Kleidi kernels" BOOL OFF
209209
)
210210
# Turning this on cache weights between partitions and methods. If weights are
211211
# shared across methods/partitions then this can reduce load time and memory

0 commit comments

Comments
 (0)