turn on SVE opt mode in CI (#3703)

Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3703

Now that SVE PR has been merged, we can turn on SVE opt mode in CI

Reviewed By: ramilbakhshyiev

Differential Revision: D60457456

fbshipit-source-id: 053b1f8ac805afba9035095c5df811da05675a81
pull/3708/head
Mengdi Lin 2024-07-30 14:48:12 -07:00 committed by Facebook GitHub Bot
parent 28f7d3a153
commit 96d0781942
1 changed files with 2 additions and 3 deletions

View File

@ -99,9 +99,8 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/build_cmake
continue-on-error: true # non-blocking mode for now
# TODO(T197096427): uncomment this once SVE PR is merged
# with:
# opt_level: sve
with:
opt_level: sve
linux-x86_64-conda:
name: Linux x86_64 (conda)
needs: linux-x86_64-cmake