Skip to content

Commit 6a4cae1

Browse files
ramilbakhshyievaalekhpatel07
authored andcommitted
Add disabled linux-x86_64-AVX512-cmake build on GitHub Actions (facebookresearch#3428)
Summary: Pull Request resolved: facebookresearch#3428 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. Reviewed By: algoriddle Differential Revision: D57261783 fbshipit-source-id: 1fb985a0c3dbb11851af63c95bde6494d25d0ac2
1 parent f0f2213 commit 6a4cae1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
- uses: ./.github/actions/build_cmake
5151
with:
5252
opt_level: avx2
53+
linux-x86_64-AVX512-cmake:
54+
if: false # TODO: enable when GitHub Actions adds AVX-512 hosts
55+
runs-on: ubuntu-latest
56+
steps:
57+
- name: Checkout
58+
uses: actions/checkout@v4.1.1
59+
- uses: ./.github/actions/build_cmake
60+
with:
61+
opt_level: avx512
5362
linux-x86_64-GPU-cmake:
5463
needs: linux-x86_64-AVX2-cmake
5564
runs-on: 4-core-ubuntu-gpu-t4

0 commit comments

Comments
 (0)