nccl: supports infiniband/RoCE since 2.3.5-5 (#15889)
loads libibverbs via dlopen(), add dependency on rdma-core
This commit is contained in:
parent
ebd0b14ad1
commit
9d906658b3
@ -24,6 +24,7 @@ class Nccl(MakefilePackage):
|
|||||||
version('1.3.0-1', sha256='53f36151061907bdcafad1c26c1d9370a0a8400f561a83704a5138213ba51003')
|
version('1.3.0-1', sha256='53f36151061907bdcafad1c26c1d9370a0a8400f561a83704a5138213ba51003')
|
||||||
|
|
||||||
depends_on('cuda')
|
depends_on('cuda')
|
||||||
|
depends_on('rdma-core', when='@2.3.5-5:')
|
||||||
|
|
||||||
# https://github.com/NVIDIA/nccl/issues/244
|
# https://github.com/NVIDIA/nccl/issues/244
|
||||||
patch('so_reuseport.patch', when='@2.3.7-1:2.4.8-1')
|
patch('so_reuseport.patch', when='@2.3.7-1:2.4.8-1')
|
||||||
|
Loading…
Reference in New Issue
Block a user