Skip to content

Commit

Permalink
Enable linux-x86_64-GPU-w-RAFT-cmake build via GitHub Actions
Browse files Browse the repository at this point in the history
Summary: Migration to GitHub Actions

Differential Revision: D57133934
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 8, 2024
1 parent 0cc0e19 commit 9541c2c
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-GPU-w-RAFT-cmake:
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
gpu: ON
raft: ON
linux-x86_64-conda:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9541c2c

Please sign in to comment.