Skip to content

Commit

Permalink
use llvm17 + cuda12.0, fix nvhpc v23.7 CUDA version
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 5, 2024
1 parent eb17435 commit 1fe0cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "clang 17", cuda: "12.3", cxx: "clang++", build: "Release", tag: "llvm17-cuda12.3", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.3", cxx: "mpic++", build: "Release", tag: "nvhpc23.7", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.3", cxx: "mpic++", build: "Debug", tag: "nvhpc23.7", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "clang 17", cuda: "12.0", cxx: "clang++", build: "Release", tag: "llvm17-cuda12.0", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.2", cxx: "mpic++", build: "Release", tag: "nvhpc23.7", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.2", cxx: "mpic++", build: "Debug", tag: "nvhpc23.7", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
runs-on: linux-${{ matrix.arch }}-gpu-${{ matrix.gpu }}-${{ matrix.driver }}-1
container:
options: -u root
Expand Down

0 comments on commit 1fe0cb5

Please sign in to comment.