Skip to content

Commit

Permalink
chore(gpu): call nvidia-smi before launching tests on hyperstack
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jun 26, 2024
1 parent e854823 commit 53b6861
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hyperstack_tfhe_gpu_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
echo "HOME=/home/ubuntu";
} >> "${GITHUB_ENV}"
- name:
if: ${{ !cancelled() }}
run: nvidia-smi

- name: Run core crypto, integer and internal CUDA backend tests
run: |
make test_gpu
Expand Down

0 comments on commit 53b6861

Please sign in to comment.