NCCL: add new version (#16130)
This commit is contained in:
parent
435470a93b
commit
85e089e3fa
1 changed files with 4 additions and 1 deletions
|
@ -10,8 +10,11 @@ class Nccl(MakefilePackage):
|
|||
"""Optimized primitives for collective multi-GPU communication."""
|
||||
|
||||
homepage = "https://github.com/NVIDIA/nccl"
|
||||
url = "https://github.com/NVIDIA/nccl/archive/v2.4.8-1.tar.gz"
|
||||
url = "https://github.com/NVIDIA/nccl/archive/v2.6.4-1.tar.gz"
|
||||
|
||||
maintainers = ['adamjstewart']
|
||||
|
||||
version('2.6.4-1', sha256='ed8c9dfd40e013003923ae006787b1a30d3cb363b47d2e4307eaa2624ebba2ba')
|
||||
version('2.5.7-1', sha256='781a6bb2278566be4abbdf22b2fa19afc7306cff4b312c82bd782979b368014e')
|
||||
version('2.5.6-2', sha256='8a30e0b4813a825592872fcbeeede22a659e2c399074dcce02960591dc81387d')
|
||||
version('2.5.6-1', sha256='38a37d98be11f43232b988719226866b407f08b9666dcaf345796bd8f354ef54')
|
||||
|
|
Loading…
Reference in a new issue