Skip to content

Commit

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

Differential Revision: D56798520
  • Loading branch information
ramilbakhshyiev committed May 1, 2024
1 parent 56d160e commit 49483cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ runs:
shell: bash
run: |
conda install -y -q cuda-toolkit -c "nvidia/label/cuda-11.8.0"
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Build all targets
shell: bash
run: |
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
linux-arm64-conda:
runs-on: 2-core-ubuntu-arm
linux-x86_64-GPU-cmake:
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
gpu: ON

0 comments on commit 49483cc

Please sign in to comment.