[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v4 16/32] gnu: nnpack: Update to commit 70a77f4.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v4 16/32] gnu: nnpack: Update to commit 70a77f4. |
Date: |
Sat, 23 Mar 2024 22:04:55 +0000 |
* gnu/packages/machine-learning.scm (nnpack): Update to commit 70a77f4.
[supported-systems]: New field.
---
gnu/packages/machine-learning.scm | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index c6aa394fbc..1bb008b38f 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3973,10 +3973,11 @@ (define-public python-umap-learn
also for general non-linear dimension reduction.")
(license license:bsd-3)))
+;; Requires AVX2 on x86_64-linux.
(define-public nnpack
(let ((version "0.0")
- (commit "c07e3a0400713d546e0dea2d5466dd22ea389c73")
- (revision "1"))
+ (commit "70a77f485e8b934224f3a79efd8edcd84cd377b8")
+ (revision "2"))
(package
(name "nnpack")
(version (git-version version revision commit))
@@ -3987,19 +3988,11 @@ (define-public nnpack
(file-name (git-file-name name version))
(sha256
(base32
- "0s0kk3a35w3yzf0q447p72350sbsh4qhg6vm3y2djbj4xpg7jc8v"))
+ "0c4pw926279s3rlx7mg4l4vhnfy6dh374n6w7zqhcn0bxpym1hv1"))
(patches (search-patches "nnpack-system-libraries.patch"))))
(build-system cmake-build-system)
- ;; XXX: The test suite runs but it's very expensive, and on x86_64 CPUs
- ;; that lack the right ISA extensions, tests fail with:
- ;;
- ;; Expected equality of these values:
- ;; nnp_status_success
- ;; Which is: 0
- ;; status
- ;; Which is: 51
- ;;
- ;; where 51 is 'nnp_status_unsupported_hardware'.
+ ;; XXX: The test suite runs but it's very expensive. On x86_64-linux, it
+ ;; requires AVX2 instructions.
(arguments '(#:tests? #f))
(synopsis "Acceleration package for neural network computations")
(description
@@ -4020,6 +4013,8 @@ (define-public nnpack
googletest))
(native-inputs
(list python python-peachpy python-six))
+ ;; Supported for Linux.
+ (supported-systems '("x86_64-linux" "armhf-linux" "aarch64-linux"))
(license license:bsd-2))))
(define-public xnnpack
--
2.41.0
- [bug#69591] [PATCH v3 30/32] gnu: Add oneapi-dnnl-for-r-torch., (continued)
- [bug#69591] [PATCH v3 30/32] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 19/32] gnu: Add fbgemm., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 28/32] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 26/32] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 32/32] gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v4 00/32] Unbundle and update python-pytorch, David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 20/32] gnu: Add qnnpack., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 21/32] gnu: Add foxi., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 22/32] gnu: Add ideep-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 25/32] gnu: Add qnnpack-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 16/32] gnu: nnpack: Update to commit 70a77f4.,
David Elsing <=
- [bug#69591] [PATCH v4 28/32] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 30/32] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 27/32] gnu: Add python-pytorch-avx., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 19/32] gnu: Add fbgemm., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 31/32] gnu: Add qnnpack-pytorch-for-r-torch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 24/32] gnu: Remove xnnpack-for-torch2., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 29/32] gnu: Add ideep-pytorch-for-r-torch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 02/32] gnu: Add python-typing-extensions-4.10., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 07/32] gnu: Add python-pytest-rerunfailures-13., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 15/32] gnu: clog: Add "-DUSE_SYSTEM_LIBS=ON" configure flag., David Elsing, 2024/03/23