Skip to content

Commit

Permalink
Add disabled linux-x86_64-AVX512-cmake build on GitHub Actions (#3428)
Browse files Browse the repository at this point in the history
Summary:

GitHub Actions currently does not support runners with AVX-512  but committed to add this support in early 2025. We will be running these on CircleCI until then. This placeholder build configuration will allow us to enable it with a 1-liner when the hosts are available.

Differential Revision: D57261783
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 13, 2024
1 parent 35cdf89 commit e820115
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:
- uses: ./.github/actions/build_cmake
with:
opt_level: avx2
linux-x86_64-AVX512-cmake:
if: false # TODO: enable when GitHub Actions adds AVX-512 hosts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
opt_level: avx512
linux-x86_64-GPU-cmake:
needs: linux-x86_64-AVX2-cmake
runs-on: 4-core-ubuntu-gpu-t4
Expand Down

0 comments on commit e820115

Please sign in to comment.