Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions backends/xnnpack/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ set(XNNPACK_ENABLE_AVXVNNI
)
# Work around observed failure:
# https://github.com/pytorch/executorch/pull/10362#issuecomment-2906391232
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move around the comment?

set(XNNPACK_ENABLE_ARM_SME2
ON
CACHE BOOL ""
)
set(XNNPACK_ENABLE_AVX512VNNIGFNI
OFF
CACHE BOOL ""
Expand Down
Loading