From 96d078194296e8d52e1bb48fa72833bfac8ec426 Mon Sep 17 00:00:00 2001 From: Mengdi Lin Date: Tue, 30 Jul 2024 14:48:12 -0700 Subject: [PATCH] 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 --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b10ddd6fa..99add8ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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