Skip to content

Commit 6b0df83

Browse files
committed
[KleidiAI] turn on SME2 by default
ghstack-source-id: 330a26b ghstack-comment-id: 3169012717 Pull Request resolved: #13233
1 parent d2427a9 commit 6b0df83

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)