Skip to content

Commit

Permalink
Move analyzers to the selfhosted cuda bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Oct 1, 2024
1 parent f5cbaa4 commit 24a055f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,6 @@ jobs:
clang-runtime: '16'
debug_build: true

- name: ubu20-gcc7-runtime11-analyzers
os: ubuntu-20.04
compiler: gcc-7
clang-runtime: '11'
coverage: true
cuda: true
extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'
#clang-format: true

- name: ubu20-gcc7-runtime11-benchmarks
os: ubuntu-20.04
compiler: gcc-7
Expand Down Expand Up @@ -243,7 +234,9 @@ jobs:
runs-on: cuda
compiler: clang-16
clang-runtime: '18'
coverage: true
cuda: true
extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On'

- name: ubu20-clang9-runtime15
os: ubuntu-20.04
Expand Down

0 comments on commit 24a055f

Please sign in to comment.