Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 committed Nov 22, 2023
1 parent ffd70fd commit 85d25f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gpu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
gpu-test:
strategy:
fail-fast: false
matrix:
include:
- { arch: sm80, torch: "2.1.0", cuda_major: 12, cuda_minor: 1 }
Expand All @@ -36,7 +37,7 @@ jobs:
-e PUNICA_CI_CUDA_MAJOR=${{ matrix.cuda_major }} \
-e PUNICA_CI_CUDA_MINOR=${{ matrix.cuda_minor }} \
--user $CI_UID:$CI_GID \
nvidia/cuda:12.1.0-devel-ubuntu22.04 \
nvidia/cuda:${{ matrix.cuda_major }}.${{ matrix.cuda_minor }}.0-devel-ubuntu22.04 \
bash /app/ci/run-ci-gpu-tests.bash
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 85d25f2

Please sign in to comment.