NVIDIA HPC SDK: add v23.11 (#41125)

This commit is contained in:
jmuddnv 2023-12-12 08:40:53 -08:00 committed by GitHub
parent 7ed968d42c
commit e06b169720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,20 @@
# - package key must be in the form '{os}-{arch}' where 'os' is in the
# format returned by platform.system() and 'arch' by platform.machine()
_versions = {
"23.11": {
"Linux-aarch64": (
"cf744498d1d74ba0af4294388706644ad3669eb0cacea3b69e23739afa2806a0",
"https://developer.download.nvidia.com/hpc-sdk/23.11/nvhpc_2023_2311_Linux_aarch64_cuda_multi.tar.gz",
),
"Linux-ppc64le": (
"b08591438bd0802d4c7c78e7c5bc36383a59591b8c2fa8aed5c4b87b24f7bfbb",
"https://developer.download.nvidia.com/hpc-sdk/23.11/nvhpc_2023_2311_Linux_ppc64le_cuda_multi.tar.gz",
),
"Linux-x86_64": (
"33483a069a911f9309cd53859ab90d2778fb176df906e9e8d2bd55f45eeec400",
"https://developer.download.nvidia.com/hpc-sdk/23.11/nvhpc_2023_2311_Linux_x86_64_cuda_multi.tar.gz",
),
},
"23.9": {
"Linux-aarch64": (
"dd32ae4233438adb71b2b4f8891f04802fdf90f67036ecf18bfde1b6043a03c3",