Skip to content

Commit

Permalink
Enable linux-x86_64-GPU-w-RAFT-cmake build via GitHub Actions (facebo…
Browse files Browse the repository at this point in the history
…okresearch#3418)

Summary:
Pull Request resolved: facebookresearch#3418

Migration to GitHub Actions

Reviewed By: junjieqi

Differential Revision: D57133934

fbshipit-source-id: 255b7afbbb90cc966916cd900174833416b0bc51
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 9, 2024
1 parent b3e3c2d commit 34fa2ae
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/[email protected]
- 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 34fa2ae

Please sign in to comment.