Files
rocm-systems/debian/control
T

31 rader
1.4 KiB
Plaintext
Normal vy Historik

2015-12-18 13:35:22 -08:00
Source: nccl
2015-12-18 14:05:37 -08:00
Section: universe/libs
2015-12-18 13:35:22 -08:00
Maintainer: Boris Fomitchev <bfomitchev@nvidia.com>
Priority: optional
2016-03-16 18:32:53 -07:00
Build-depends: debhelper(>=9), cuda-core-7-5, cuda-toolkit-7-5,
2016-02-29 21:55:43 -08:00
cuda-curand-dev-7-5, cuda-cublas-dev-7-5, cuda-cudart-dev-7-5, cuda-ld-conf-7-5
2015-12-18 13:35:22 -08:00
Standards-Version: 3.9.5
2015-12-18 14:05:37 -08:00
Package: libnccl1
Section: universe/libs
2015-12-18 13:35:22 -08:00
Architecture: amd64
2015-12-18 14:05:37 -08:00
Depends: ${misc:Depends}, ${shlibs:Depends},
2016-02-29 21:55:43 -08:00
cuda-curand-7-5, cuda-cublas-7-5, cuda-cudart-7-5, cuda-ld-conf-7-5
2015-12-18 14:05:37 -08:00
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.
2015-12-18 13:35:22 -08:00
2015-12-18 14:05:37 -08:00
Package: libnccl-dev
Section: universe/libdevel
2015-12-18 13:35:22 -08:00
Architecture: amd64
2015-12-18 14:05:37 -08:00
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.