Updated both cub and nccl versions. Fixed a bug in the cub download (#14852)
url.
This commit is contained in:
parent
e0dfc3ddbf
commit
d524abad20
2 changed files with 10 additions and 1 deletions
|
@ -11,8 +11,14 @@ class Cub(Package):
|
|||
and other utilities for CUDA kernel programming."""
|
||||
|
||||
homepage = "https://nvlabs.github.com/cub"
|
||||
url = "https://github.com/NVlabs/cub/archive/1.7.1.zip"
|
||||
url = "https://github.com/NVlabs/cub/archive/v1.7.1.zip"
|
||||
git = "https://github.com/NVlabs/cub.git"
|
||||
|
||||
version('1.8.0', sha256='6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3')
|
||||
version('1.7.5', sha256='8f8e0b101324a9839003ff1154c8439137cd38b2039f403a92e76d5c52cee23f')
|
||||
version('1.7.4', sha256='20a1a39fd97e5da7f40f5f2e7fd73fd2ea59f9dc4bb8a6c5f228aa543e727e31')
|
||||
version('1.7.3', sha256='b7ead9e291d34ffa8074243541c1380d63be63f88de23de8ee548db573b72ebe')
|
||||
version('1.7.2', sha256='09b478d4df8e6c62f8425d23ade9e2a52bc279a20057c7d22ce2160f3923764a')
|
||||
version('1.7.1', sha256='50b8777b83093fdfdab429a61fccdbfbbb991b3bbc08385118e5ad58e8f62e1d')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
|
|
@ -12,6 +12,9 @@ class Nccl(MakefilePackage):
|
|||
homepage = "https://github.com/NVIDIA/nccl"
|
||||
url = "https://github.com/NVIDIA/nccl/archive/v2.4.8-1.tar.gz"
|
||||
|
||||
version('2.5.7-1', sha256='781a6bb2278566be4abbdf22b2fa19afc7306cff4b312c82bd782979b368014e')
|
||||
version('2.5.6-2', sha256='8a30e0b4813a825592872fcbeeede22a659e2c399074dcce02960591dc81387d')
|
||||
version('2.5.6-1', sha256='38a37d98be11f43232b988719226866b407f08b9666dcaf345796bd8f354ef54')
|
||||
version('2.4.8-1', sha256='e2260da448ebbebe437f74768a346d28c74eabdb92e372a3dc6652a626318924')
|
||||
version('2.4.6-1', sha256='ea4421061a7b9c454f2e088f68bfdbbcefab80ce81cafc70ee6c7742b1439591')
|
||||
version('2.4.2-1', sha256='e3dd04b22eb541394bd818e5f78ac23a09cc549690d5d55d6fccc1a36155385a')
|
||||
|
|
Loading…
Reference in a new issue