Date: Thursday, December 3, 2020 @ 13:11:28
  Author: svenstaro
Revision: 769526

Add AVX2 requirement to descriptions (FS#68824)

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-03 13:11:28 UTC (rev 769525)
+++ PKGBUILD    2020-12-03 13:11:28 UTC (rev 769526)
@@ -153,7 +153,7 @@
 }
 
 package_python-pytorch-opt() {
-  pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration (with CPU optimizations)"
+  pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration (with AVX2 CPU optimizations)"
   conflicts=(python-pytorch)
   provides=(python-pytorch)
 
@@ -172,7 +172,7 @@
 }
 
 package_python-pytorch-opt-cuda() {
-  pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration (with CUDA and CPU optimizations)"
+  pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration (with CUDA and AVX2 CPU optimizations)"
   depends+=(cuda cudnn magma)
   conflicts=(python-pytorch)
   provides=(python-pytorch python-pytorch-cuda)

Reply via email to