[arch-commits] Commit in nccl/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 26 02:18:01 UTC 2020


    Date: Sunday, January 26, 2020 @ 02:18:01
  Author: svenstaro
Revision: 555627

upgpkg: nccl 2.5.7-3: Activate yet _more_ CUDA architectures

Modified:
  nccl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-26 02:09:07 UTC (rev 555626)
+++ PKGBUILD	2020-01-26 02:18:01 UTC (rev 555627)
@@ -4,7 +4,7 @@
 pkgname=nccl
 pkgver=2.5.7
 _upstr_pkgrel=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'
@@ -36,9 +36,12 @@
                        -gencode=arch=compute_60,code=sm_60 \
                        -gencode=arch=compute_61,code=sm_61 \
                        -gencode=arch=compute_70,code=sm_70 \
+                       -gencode=arch=compute_72,code=sm_72 \
                        -gencode=arch=compute_75,code=sm_75 \
+                       -gencode=arch=compute_60,code=compute_60 \
                        -gencode=arch=compute_61,code=compute_61 \
                        -gencode=arch=compute_70,code=compute_70 \
+                       -gencode=arch=compute_72,code=compute_72 \
                        -gencode=arch=compute_75,code=compute_75"
   export VERBOSE=1
 



More information about the arch-commits mailing list