Skip to content

Commit

Permalink
Bump nvhpc to 24.9 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli committed Oct 23, 2024
1 parent 50664af commit 54b251d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
include:
- { name: "clang 18", cuda: "12.0", cxx: "clang++", build: "Release", tag: "llvm18-cuda12.0", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "clang 18", cuda: "12.6", cxx: "clang++", build: "Release", tag: "llvm18-cuda12.6", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 24.3", cuda: "12.6", cxx: "mpic++", build: "Release", tag: "nvhpc24.3", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 24.3", cuda: "12.6", cxx: "mpic++", build: "Debug", tag: "nvhpc24.3", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 24.9", cuda: "12.6", cxx: "mpic++", build: "Release", tag: "nvhpc24.9", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 24.9", cuda: "12.6", cxx: "mpic++", build: "Debug", tag: "nvhpc24.9", 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 54b251d

Please sign in to comment.