Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for NVIDIA HPC SDK 25.1 #1503

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bin/yaml/cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1339,22 +1339,22 @@ compilers:
version: "24.9"
dot_removed_version: "249"
year: "2024"
ctk_ver: "12.6.1"
ctk_ver: "12.6"
mattgodbolt marked this conversation as resolved.
Show resolved Hide resolved
fetch:
- https://developer.download.nvidia.com/hpc-sdk/{version}/nvhpc_{year}_{dot_removed_version}_Linux_{arch}_cuda_{ctk_ver}.tar.gz nvhpc_sdk_{version}_{arch}.tar.gz
- name: x86_64_24_11
arch: x86_64
version: "24.11"
dot_removed_version: "2411"
year: "2024"
ctk_ver: "12.6.2"
ctk_ver: "12.6"
mattgodbolt marked this conversation as resolved.
Show resolved Hide resolved
fetch:
- https://developer.download.nvidia.com/hpc-sdk/{version}/nvhpc_{year}_{dot_removed_version}_Linux_{arch}_cuda_{ctk_ver}.tar.gz nvhpc_sdk_{version}_{arch}.tar.gz
- name: x86_64_24_11
- name: x86_64_25_1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you replacing an existing version? Please don't - keep the old version ? Or have we discussed this before? We typically keep all versions around as then we keep old links using older compilers working. Imagine if we only kept the most up-to-date clang and GCC only! :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look at the source file for bin/yaml/cpp.yaml. There are two entries for 24.11 (I don't know how that happened) so I replaced the second one with 25.1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh d'oh! thanks! I hadn't spotted; this is what happens when I only look at the github diff view.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries

arch: x86_64
version: "24.11"
dot_removed_version: "2411"
year: "2024"
version: "25.1"
dot_removed_version: "251"
year: "2025"
ctk_ver: "12.6"
fetch:
- https://developer.download.nvidia.com/hpc-sdk/{version}/nvhpc_{year}_{dot_removed_version}_Linux_{arch}_cuda_{ctk_ver}.tar.gz nvhpc_sdk_{version}_{arch}.tar.gz
Expand Down