Skip to content

Commit 1fa51ae

Browse files
committed
[KleidiAI] turn on SME2 by default
ghstack-source-id: 675f2ec ghstack-comment-id: 3169012717 Pull Request resolved: #13233
1 parent 27c5aef commit 1fa51ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/xnnpack/cmake/Dependencies.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ set(XNNPACK_ENABLE_AVXVNNI
3838
)
3939
# Work around observed failure:
4040
# https://github.com/pytorch/executorch/pull/10362#issuecomment-2906391232
41+
set(XNNPACK_ENABLE_ARM_SME2
42+
ON
43+
CACHE BOOL ""
44+
)
4145
set(XNNPACK_ENABLE_AVX512VNNIGFNI
4246
OFF
4347
CACHE BOOL ""

0 commit comments

Comments
 (0)