Adds nvhpc 24.1 (#42388)
This commit is contained in:
parent
e3d5ca2997
commit
d9528819a3
@ -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 = {
|
||||
"24.1": {
|
||||
"Linux-aarch64": (
|
||||
"8c2ce561d5901a03eadce7f07dce5fbc55e8e88c87b74cf60e01e2eca231c41c",
|
||||
"https://developer.download.nvidia.com/hpc-sdk/24.1/nvhpc_2024_241_Linux_aarch64_cuda_multi.tar.gz",
|
||||
),
|
||||
"Linux-ppc64le": (
|
||||
"e7330eb35e23dcd9b0b3bedc67c0d5443c4fd76b59caa894a76ecb0d17f71f43",
|
||||
"https://developer.download.nvidia.com/hpc-sdk/24.1/nvhpc_2024_241_Linux_ppc64le_cuda_multi.tar.gz",
|
||||
),
|
||||
"Linux-x86_64": (
|
||||
"27992e5fd56af8738501830daddc5e9510ebd553326fea8730236fee4f0f1dd8",
|
||||
"https://developer.download.nvidia.com/hpc-sdk/24.1/nvhpc_2024_241_Linux_x86_64_cuda_multi.tar.gz",
|
||||
),
|
||||
},
|
||||
"23.11": {
|
||||
"Linux-aarch64": (
|
||||
"cf744498d1d74ba0af4294388706644ad3669eb0cacea3b69e23739afa2806a0",
|
||||
|
Loading…
Reference in New Issue
Block a user