[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v2 17/31] gnu: oneapi-dnnl: Update to 3.3.5.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v2 17/31] gnu: oneapi-dnnl: Update to 3.3.5. |
Date: |
Tue, 12 Mar 2024 22:51:45 +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 ea2b7ca648..7f39b4ea13 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5376,7 +5376,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)
@@ -5385,7 +5385,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"))
@@ -5395,6 +5395,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 v2 03/31] gnu: Add python-optree., (continued)
- [bug#69591] [PATCH v2 03/31] gnu: Add python-optree., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 07/31] gnu: Add python-pytest-rerunfailures-13., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 05/31] gnu: Add python-pytest-shard., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 04/31] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 06/31] gnu: Add python-expecttest., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 11/31] gnu: Remove flatbuffers-next-shared., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 12/31] gnu: python-flatbuffers-next: Update to 23.5.26., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 02/31] gnu: Add python-typing-extensions-4.10., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 10/31] gnu: Add libnop., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 13/31] gnu: pthreadpool: Update to commit 178e3e0., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 17/31] gnu: oneapi-dnnl: Update to 3.3.5.,
David Elsing <=
- [bug#69591] [PATCH v2 22/31] gnu: Add ideep-pytorch., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 16/31] gnu: nnpack: Update to commit 70a77f4., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 14/31] gnu: cpuinfo: Update to commit aa4b216., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 27/31] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 19/31] gnu: Add fbgemm., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 30/31] gnu: Add qnnpack-pytorch-for-r-torch., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 24/31] gnu: Remove xnnpack-for-torch2., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 28/31] gnu: Add ideep-pytorch-for-r-torch., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 26/31] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 31/31] gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., David Elsing, 2024/03/12