Skip to content

Commit

Permalink
update clang label
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 5, 2024
1 parent 6e5f8c0 commit 8224049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "clang 16", cuda: "12.0", cxx: "clang++", build: "Release", tag: "llvm17-cuda12.3", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "clang 17", cuda: "12.0", cxx: "clang++", build: "Release", tag: "llvm17-cuda12.3", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.0", cxx: "mpic++", build: "Release", tag: "nvhpc23.7", gpu: "v100", sm: "70", driver: "latest", arch: "amd64" }
- { name: "nvc++ 23.7", cuda: "12.0", 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
Expand Down

0 comments on commit 8224049

Please sign in to comment.