Skip to content

Commit

Permalink
Enable linux-x86_64-GPU-cmake build on GitHub Actions (#3427)
Browse files Browse the repository at this point in the history
Summary:

Migration to GitHub Actions

Differential Revision: D57261696
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 13, 2024
1 parent ebab843 commit 57b932a
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-cmake:
needs: linux-x86_64-AVX2-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
linux-x86_64-GPU-w-RAFT-cmake:
runs-on: 4-core-ubuntu-gpu-t4
steps:
Expand Down

0 comments on commit 57b932a

Please sign in to comment.