Skip to content

Commit 3232b72

Browse files
committed
Update
[ghstack-poisoned]
1 parent 7bf3be4 commit 3232b72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backends/xnnpack/cmake/Dependencies.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ set(XNNPACK_ENABLE_AVXVNNI
3636
OFF
3737
CACHE BOOL ""
3838
)
39+
40+
set(XNNPACK_ENABLE_ARM_SME2
41+
ON
42+
CACHE BOOL ""
43+
)
3944
# Work around observed failure: https://github.com/pytorch/executorch/pull/10362#issuecomment-2906391232
4045
set(XNNPACK_ENABLE_AVX512VNNIGFNI
4146
OFF

0 commit comments

Comments
 (0)