[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v4 17/32] gnu: oneapi-dnnl: Update to 3.3.5.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v4 17/32] gnu: oneapi-dnnl: Update to 3.3.5. |
Date: |
Sat, 23 Mar 2024 22:04:56 +0000 |
* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.3.5.
[supported-systems]: New field.
---
gnu/packages/machine-learning.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 1bb008b38f..a254a0c7f2 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5424,7 +5424,7 @@ (define-public python-brian2tools
(define-public oneapi-dnnl
(package
(name "oneapi-dnnl")
- (version "3.1")
+ (version "3.3.5")
(source
(origin
(method git-fetch)
@@ -5433,7 +5433,7 @@ (define-public oneapi-dnnl
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jgmb5kl0bf4a2zfn94zlb117672r9lvvkkmwl86ihlyr1mpr3d0"))))
+ (base32 "05ra5zziys2hvn29y6ysiqzsf4jr9bf2bci5sc3swvf3bs2y5ihf"))))
(build-system cmake-build-system)
(arguments (if (target-riscv64?)
(list #:configure-flags #~'("-DDNNL_CPU_RUNTIME=SEQ"))
@@ -5443,6 +5443,7 @@ (define-public oneapi-dnnl
(description
"OneAPI Deep Neural Network Library (oneDNN) is a cross-platform
performance library of basic building blocks for deep learning applications.")
+ (supported-systems %64bit-supported-systems)
(license license:asl2.0)))
(define-public python-gguf
--
2.41.0
- [bug#69591] [PATCH v4 11/32] gnu: Remove flatbuffers-next-shared., (continued)
- [bug#69591] [PATCH v4 11/32] gnu: Remove flatbuffers-next-shared., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 09/32] gnu: Add miniz-for-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 03/32] gnu: Add python-optree., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 26/32] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 14/32] gnu: cpuinfo: Update to commit aa4b216., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 01/32] gnu: asmjit: Update to commit 3ca5c18., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 06/32] gnu: Add python-expecttest., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 04/32] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 13/32] gnu: pthreadpool: Update to commit 178e3e0., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 08/32] gnu: Add miniz., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 17/32] gnu: oneapi-dnnl: Update to 3.3.5.,
David Elsing <=
- [bug#69591] [PATCH v4 05/32] gnu: Add python-pytest-shard., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 18/32] gnu: Add tensorpipe., David Elsing, 2024/03/23