Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control.in « debian - github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edfc0ff31fe172109546a351b460a28ebb985d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: nccl
Section: libs
Maintainer: cudatools <cudatools@nvidia.com>
Priority: optional
Build-depends: debhelper(>=9)
Standards-Version: 3.9.5

Package: libnccl${nccl:Major}
Section: libs
Architecture: amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: NVIDIA Collectives Communication Library (NCCL) Runtime
 NCCL (pronounced "Nickel") is a stand-alone library of standard collective
 communication routines for GPUs, 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: libdevel
Architecture: amd64
Depends: ${misc:Depends}, ${shlibs:Depends}, libnccl${nccl:Major} (= ${binary:Version})
Description: NVIDIA Collectives Communication Library (NCCL) Development Files
 NCCL (pronounced "Nickel") is a stand-alone library of standard collective
 communication routines for GPUs, 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.