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: 053b1f8ac805afba9035095c5df811da05675a81pull/3708/head
parent
28f7d3a153
commit
96d0781942
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue