Date: Thursday, November 3, 2022 @ 14:58:10
  Author: kgizdov
Revision: 1341619

upgpkg: nccl 2.15.5-1

Modified:
  nccl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-03 14:40:27 UTC (rev 1341618)
+++ PKGBUILD    2022-11-03 14:58:10 UTC (rev 1341619)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.14.3
+pkgver=2.15.5
 _upstr_pkgrel=1
 pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
@@ -49,7 +49,9 @@
                        -gencode=arch=compute_80,code=sm_80 \
                        -gencode=arch=compute_86,code=sm_86 \
                        -gencode=arch=compute_87,code=sm_87 \
-                       -gencode=arch=compute_87,code=compute_87"
+                       -gencode=arch=compute_89,code=sm_89 \
+                       -gencode=arch=compute_90,code=sm_90 \
+                       -gencode=arch=compute_90,code=compute_90"
 
   export CXXFLAGS+=" -ffat-lto-objects"
   make CUDA_HOME=/opt/cuda PREFIX=/usr src.build

Reply via email to