[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: libfive: Mark as tunable.
From: |
guix-commits |
Subject: |
10/11: gnu: libfive: Mark as tunable. |
Date: |
Tue, 7 Dec 2021 04:10:32 -0500 (EST) |
civodul pushed a commit to branch wip-cpu-tuning
in repository guix.
commit 501dcf708f49b7ea636c6fb94e91efddf04024a9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 18:07:54 2021 +0100
gnu: libfive: Mark as tunable.
* gnu/packages/engineering.scm (libfive)[properties]: New field.
---
gnu/packages/engineering.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 50f265f..4a749f5 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -837,7 +837,10 @@ function calls into the geometry kernel: everything is
visible to the user.
Even fundamental, primitive shapes are represented as code in the user-level
language.")
(license (list license:mpl2.0 ;library
- license:gpl2+))))) ;Guile bindings and GUI
+ license:gpl2+)) ;Guile bindings and GUI
+
+ ;; Mark as tunable to take advantage of SIMD code in Eigen.
+ (properties '((tunable? . #t))))))
(define-public inspekt3d
(let ((commit "703f52ccbfedad2bf5240bf8183d1b573c9d54ef")
- branch wip-cpu-tuning created (now e8d7890), guix-commits, 2021/12/07
- 03/11: transformations: Add '--tune'., guix-commits, 2021/12/07
- 11/11: gnu: prusa-slicer: Mark as tunable., guix-commits, 2021/12/07
- 07/11: gnu: Add xtensor-benchmark., guix-commits, 2021/12/07
- 09/11: gnu: Add ceres-solver-benchmarks., guix-commits, 2021/12/07
- 02/11: Add (guix cpu)., guix-commits, 2021/12/07
- 05/11: gnu: Add eigen-benchmarks., guix-commits, 2021/12/07
- 04/11: ci: Add extra jobs for tunable packages., guix-commits, 2021/12/07
- 10/11: gnu: libfive: Mark as tunable.,
guix-commits <=
- 08/11: gnu: ceres-solver: Mark as tunable., guix-commits, 2021/12/07
- 01/11: gnu: ocaml4.07-ppx-let: Make 'properties' an alist., guix-commits, 2021/12/07
- 06/11: gnu: Add xsimd-benchmark., guix-commits, 2021/12/07