Started 8.0 branch
This commit is contained in:
parent
0177cf3ea4
commit
f9f8c71b7c
6
debian/control
vendored
6
debian/control
vendored
@ -2,15 +2,15 @@ Source: nccl
|
|||||||
Section: universe/libs
|
Section: universe/libs
|
||||||
Maintainer: Boris Fomitchev <bfomitchev@nvidia.com>
|
Maintainer: Boris Fomitchev <bfomitchev@nvidia.com>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-depends: debhelper(>=9), cuda-core-7-5, cuda-toolkit-7-5,
|
Build-depends: debhelper(>=9), cuda-core-8-0, cuda-toolkit-8-0,
|
||||||
cuda-curand-dev-7-5, cuda-cublas-dev-7-5, cuda-cudart-dev-7-5, cuda-ld-conf-7-5
|
cuda-curand-dev-8-0, cuda-cublas-dev-8-0, cuda-cudart-dev-8-0
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
|
|
||||||
Package: libnccl1
|
Package: libnccl1
|
||||||
Section: universe/libs
|
Section: universe/libs
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
cuda-curand-7-5, cuda-cublas-7-5, cuda-cudart-7-5, cuda-ld-conf-7-5
|
cuda-curand-8-0, cuda-cublas-8-0, cuda-cudart-8-0
|
||||||
Description: NVIDIA Communication Collectives Library (NCCL) Runtime
|
Description: NVIDIA Communication Collectives Library (NCCL) Runtime
|
||||||
NCCL (pronounced "Nickel") is a stand-alone library of standard collective
|
NCCL (pronounced "Nickel") is a stand-alone library of standard collective
|
||||||
communication routines,such as all-gather, reduce, broadcast, etc., that have
|
communication routines,such as all-gather, reduce, broadcast, etc., that have
|
||||||
|
@ -7,4 +7,4 @@ git commit -a -m 'Preparing for pbuild'
|
|||||||
# && git push
|
# && git push
|
||||||
git clean -f
|
git clean -f
|
||||||
|
|
||||||
gbp buildpackage --git-pbuilder --git-dist=nvidia-7-5 $1 $2 $3 $4 $5
|
gbp buildpackage --git-pbuilder --git-dist=nvidia-8-0 $1 $2 $3 $4 $5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user