Skip to content

Commit

Permalink
Merge pull request #40 from SimeonEhrig/supportDifferentVersions
Browse files Browse the repository at this point in the history
support Clang 17 and HIP 5.6 - 6.0
  • Loading branch information
SimeonEhrig authored Jan 4, 2024
2 parents 9d0e9a0 + b146fda commit 9d72e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/alpaka_job_coverage/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# added.
versions: Dict[str, List[str]] = {
GCC: ["6", "7", "8", "9", "10", "11", "12", "13"],
CLANG: ["6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"],
CLANG: ["6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17"],
NVCC: [
"10.0",
"10.1",
Expand All @@ -29,7 +29,7 @@
"12.1",
"12.2",
],
HIPCC: ["5.0", "5.1", "5.2", "5.3", "5.4", "5.5"],
HIPCC: ["5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "6.0"],
ICPX: ["2023.1.0", "2023.2.0"],
UBUNTU: ["18.04", "20.04"],
CMAKE: ["3.18", "3.19", "3.20", "3.21", "3.22", "3.23", "3.24", "3.25", "3.26"],
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6
1.5.7

0 comments on commit 9d72e66

Please # to comment.