Skip to content

Commit

Permalink
[cuda][ci] Run the cuda tests on a self-hosted runner with a gpu.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored and vgvassilev committed Sep 5, 2024
1 parent 68cd734 commit 492c820
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ jobs:
clang-runtime: '10'
cuda: true

- name: selfh-ubu20-clang9-runtime10-cuda
os: self-hosted #ubuntu-20.04
runs-on: cuda
compiler: clang-9
clang-runtime: '10'
cuda: true

- name: ubu20-clang9-runtime15
os: ubuntu-20.04
compiler: clang-9
Expand Down

0 comments on commit 492c820

Please sign in to comment.