guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: ceres-solver: Mark as tunable.


From: guix-commits
Subject: 08/11: gnu: ceres-solver: Mark as tunable.
Date: Tue, 7 Dec 2021 04:10:31 -0500 (EST)

civodul pushed a commit to branch wip-cpu-tuning
in repository guix.

commit 5823627f71105152b67ff9221c6cf603f91446ba
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 3 23:29:04 2021 +0100

    gnu: ceres-solver: Mark as tunable.
    
    * gnu/packages/maths.scm (ceres)[properties]: New field.
---
 gnu/packages/maths.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 83f31c1..19dab59 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2396,7 +2396,10 @@ can solve two kinds of problems:
 @item non-linear least squares problems with bounds constraints;
 @item general unconstrained optimization problems.
 @end enumerate\n")
-    (license license:bsd-3)))
+    (license license:bsd-3)
+
+    ;; Mark as tunable to take advantage of SIMD code in Eigen.
+    (properties `((tunable? . #t)))))
 
 ;; For a fully featured Octave, users are strongly recommended also to install
 ;; the following packages: less, ghostscript, gnuplot.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]