Skip to content

Commit b0942ee

Browse files
committed
XNNPACK: enable Arm SME2 ISA feature by default
1 parent 7302502 commit b0942ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backends/xnnpack/cmake/Dependencies.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ set(XNNPACK_ENABLE_AVX512VNNIGFNI
4242
OFF
4343
CACHE BOOL ""
4444
)
45-
45+
set(XNNPACK_ENABLE_ARM_SME2
46+
ON
47+
CACHE BOOL ""
48+
)
4649
if(EXECUTORCH_XNNPACK_ENABLE_KLEIDI)
4750
set(XNNPACK_ENABLE_KLEIDIAI
4851
ON

0 commit comments

Comments
 (0)