31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
Source: nccl
|
|
Section: universe/libs
|
|
Maintainer: Boris Fomitchev <bfomitchev@nvidia.com>
|
|
Priority: optional
|
|
Build-depends: debhelper(>=9), cuda-core-7-5, cuda-toolkit-7-5,
|
|
cuda-curand-dev-7-5, cuda-cublas-dev-7-5, cuda-cudart-dev-7-5, cuda-ld-conf-7-5
|
|
Standards-Version: 3.9.5
|
|
|
|
Package: libnccl1
|
|
Section: universe/libs
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
|
cuda-curand-7-5, cuda-cublas-7-5, cuda-cudart-7-5, cuda-ld-conf-7-5
|
|
Description: NVIDIA Communication Collectives Library (NCCL) Runtime
|
|
NCCL (pronounced "Nickel") is a stand-alone library of standard collective
|
|
communication routines,such as all-gather, reduce, broadcast, etc., that have
|
|
been optimized to achieve high bandwidth over PCIe. NCCL supports up to eight
|
|
GPUs and can be used in either single- or multi-process (e.g., MPI)
|
|
applications.
|
|
|
|
Package: libnccl-dev
|
|
Section: universe/libdevel
|
|
Architecture: amd64
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, libnccl1 (= ${binary:Version})
|
|
Description: NVIDIA Communication Collectives Library (NCCL) Development Files
|
|
NCCL (pronounced "Nickel") is a stand-alone library of standard collective
|
|
communication routines,such as all-gather, reduce, broadcast, etc., that have
|
|
been optimized to achieve high bandwidth over PCIe. NCCL supports up to eight
|
|
GPUs and can be used in either single- or multi-process (e.g., MPI)
|
|
applications.
|