Skip to content

Commit e54035e

Browse files
ramilbakhshyievaalekhpatel07
authored andcommitted
Enable linux-x86_64-GPU-w-RAFT-cmake build via GitHub Actions (facebookresearch#3418)
Summary: Pull Request resolved: facebookresearch#3418 Migration to GitHub Actions Reviewed By: junjieqi Differential Revision: D57133934 fbshipit-source-id: 255b7afbbb90cc966916cd900174833416b0bc51
1 parent 14aeec0 commit e54035e

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

0 commit comments

Comments
 (0)