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

Add AVX2 requirement to descriptions (FS#68824)

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-03 13:01:22 UTC (rev 769524)
+++ PKGBUILD    2020-12-03 13:11:28 UTC (rev 769525)
@@ -246,7 +246,7 @@
 }
 
 package_tensorflow-opt() {
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CPU optimizations)"
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with AVX2 CPU optimizations)"
   conflicts=(tensorflow)
   provides=(tensorflow)
 
@@ -265,7 +265,7 @@
 }
 
 package_tensorflow-opt-cuda() {
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and CPU optimizations)"
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and AVX2 CPU optimizations)"
   depends+=(cuda cudnn nccl)
   conflicts=(tensorflow)
   provides=(tensorflow tensorflow-cuda)
@@ -282,7 +282,7 @@
 }
 
 package_python-tensorflow-opt() {
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CPU optimizations)"
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with AVX2 CPU optimizations)"
   depends+=(tensorflow-opt python-termcolor python-astor python-gast 
python-numpy python-protobuf absl-py python-h5py python-keras-applications 
python-keras-preprocessing python-tensorflow-estimator python-opt_einsum 
python-astunparse python-pasta)
   conflicts=(python-tensorflow)
   provides=(python-tensorflow)
@@ -302,7 +302,7 @@
 }
 
 package_python-tensorflow-opt-cuda() {
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and CPU optimizations)"
+  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CUDA and AVX2 CPU optimizations)"
   depends+=(tensorflow-opt-cuda python-termcolor python-astor python-gast 
python-numpy cuda cudnn python-pycuda python-protobuf absl-py nccl python-h5py 
python-keras-applications python-keras-preprocessing 
python-tensorflow-estimator python-opt_einsum python-astunparse python-pasta)
   conflicts=(python-tensorflow)
   provides=(python-tensorflow python-tensorflow-cuda)

Reply via email to