Skip to content

Commit f821704

Browse files
mengdilinfacebook-github-bot
authored andcommitted
Non-Blocking AVX512 Build on self-hosted github runner (facebookresearch#3602)
Summary: Start beta-testing AVX512 Build on self-hosted github runner with label faiss-aws-m7i.xlarge. This build is non-blocking on the PRs right now (via the parameter `continue-on-error`) Pull Request resolved: facebookresearch#3602 Reviewed By: ramilbakhshyiev Differential Revision: D59290555 Pulled By: mengdilin fbshipit-source-id: 6a82538bd44fecf4913885ac3b1999eb0fa52047
1 parent 079fd55 commit f821704

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ jobs:
5656
opt_level: avx2
5757
linux-x86_64-AVX512-cmake:
5858
name: Linux x86_64 AVX512 (cmake)
59-
if: false # TODO: enable when GitHub Actions adds AVX-512 hosts
59+
continue-on-error: true # non-blocking mode for now
6060
needs: linux-x86_64-cmake
61-
runs-on: ubuntu-latest
61+
runs-on: faiss-aws-m7i.xlarge
6262
steps:
6363
- name: Checkout
64+
continue-on-error: true # non-blocking mode for now
6465
uses: actions/checkout@v4
6566
- uses: ./.github/actions/build_cmake
6667
with:
6768
opt_level: avx512
69+
continue-on-error: true # non-blocking mode for now
6870
linux-x86_64-GPU-cmake:
6971
name: Linux x86_64 GPU (cmake)
7072
needs: linux-x86_64-cmake

0 commit comments

Comments
 (0)