Changes for NVIDIA HPC SDK 24.5 (#44354)

This commit is contained in:
jmuddnv 2024-05-31 10:32:39 -07:00 committed by GitHub
parent 338a01ca6d
commit 21a97dad31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,16 @@
# - package key must be in the form '{os}-{arch}' where 'os' is in the # - package key must be in the form '{os}-{arch}' where 'os' is in the
# format returned by platform.system() and 'arch' by platform.machine() # format returned by platform.system() and 'arch' by platform.machine()
_versions = { _versions = {
"24.5": {
"Linux-aarch64": (
"c199ad9e5d260471a7d30fd3ebc527e8a66b656db42541f9b022db25a80ad843",
"https://developer.download.nvidia.com/hpc-sdk/24.5/nvhpc_2024_245_Linux_aarch64_cuda_multi.tar.gz",
),
"Linux-x86_64": (
"58019f85edab2fa2e424d3623ab3312d08fcabd6834af2ef5acb060860a99cd7",
"https://developer.download.nvidia.com/hpc-sdk/24.5/nvhpc_2024_245_Linux_x86_64_cuda_multi.tar.gz",
),
},
"24.3": { "24.3": {
"Linux-aarch64": ( "Linux-aarch64": (
"6385847de5f8725e5c56d2abf70c90fed5490f2e71a7bd13d3f4ada8720ef036", "6385847de5f8725e5c56d2abf70c90fed5490f2e71a7bd13d3f4ada8720ef036",