Skip to content

Commit

Permalink
readded compilers, CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Dec 14, 2023
1 parent 88c208f commit 8a167e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
compiler: [g++-7] #, g++-8, g++-9, g++-10, clang++-8, clang++-9, clang++-10]
CUDA: ['0'] #, '8.0', '11.0', 'NVHPC-22.5']
compiler: [g++-7, g++-8, g++-9, g++-10, clang++-8, clang++-9, clang++-10]
CUDA: ['0', '8.0', '11.0', 'NVHPC-22.5']
ONEAPI: ['0', '2023.2.0', '2024.0']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8a167e5

Please sign in to comment.