File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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+ )
4650if (EXECUTORCH_XNNPACK_ENABLE_KLEIDI)
4751 set (XNNPACK_ENABLE_KLEIDIAI
4852 ON
Original file line number Diff line number Diff 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
207207define_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
You can’t perform that action at this time.
0 commit comments