Skip to content

Commit 35cdf89

Browse files
Enable linux-x86_64-GPU-cmake build on GitHub Actions (#3427)
Summary: Migration to GitHub Actions Differential Revision: D57261696
1 parent e95f41c commit 35cdf89

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)