Skip to content

Commit a90757d

Browse files
committed
[KleidiAI] turn on SME2 by default
ghstack-source-id: 78fc9ba ghstack-comment-id: 3169012717 Pull Request resolved: #13233
1 parent 09ad09d commit a90757d

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)