Skip to content

Commit f7e8f44

Browse files
ramilbakhshyievabhinavdangeti
authored andcommitted
Enable linux-x86_64-GPU-cmake build on GitHub Actions (facebookresearch#3427)
Summary: Pull Request resolved: facebookresearch#3427 Migration to GitHub Actions Reviewed By: algoriddle Differential Revision: D57261696 fbshipit-source-id: d7b8c26259fd3de1cf59fc460f6af20185ceacfe
1 parent 1deb8ce commit f7e8f44

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-GPU-cmake:
54+
needs: linux-x86_64-AVX2-cmake
55+
runs-on: 4-core-ubuntu-gpu-t4
56+
steps:
57+
- name: Checkout
58+
uses: actions/checkout@v4.1.1
59+
- uses: ./.github/actions/build_cmake
60+
with:
61+
gpu: ON
5362
linux-x86_64-GPU-w-RAFT-cmake:
5463
runs-on: 4-core-ubuntu-gpu-t4
5564
steps:

0 commit comments

Comments
 (0)