mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: oneapi-dnnl: Update to 3.3.5.
* gnu/packages/machine-learning.scm (oneapi-dnnl): Update to 3.3.5. [supported-systems]: New field.
This commit is contained in:
parent
e8c3fb3f7e
commit
a039f0fc59
1 changed files with 3 additions and 2 deletions
|
@ -5491,7 +5491,7 @@ (define-public python-brian2tools
|
||||||
(define-public oneapi-dnnl
|
(define-public oneapi-dnnl
|
||||||
(package
|
(package
|
||||||
(name "oneapi-dnnl")
|
(name "oneapi-dnnl")
|
||||||
(version "3.1")
|
(version "3.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5500,7 +5500,7 @@ (define-public oneapi-dnnl
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jgmb5kl0bf4a2zfn94zlb117672r9lvvkkmwl86ihlyr1mpr3d0"))))
|
(base32 "05ra5zziys2hvn29y6ysiqzsf4jr9bf2bci5sc3swvf3bs2y5ihf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (if (target-riscv64?)
|
(arguments (if (target-riscv64?)
|
||||||
(list #:configure-flags #~'("-DDNNL_CPU_RUNTIME=SEQ"))
|
(list #:configure-flags #~'("-DDNNL_CPU_RUNTIME=SEQ"))
|
||||||
|
@ -5510,6 +5510,7 @@ (define-public oneapi-dnnl
|
||||||
(description
|
(description
|
||||||
"OneAPI Deep Neural Network Library (oneDNN) is a cross-platform
|
"OneAPI Deep Neural Network Library (oneDNN) is a cross-platform
|
||||||
performance library of basic building blocks for deep learning applications.")
|
performance library of basic building blocks for deep learning applications.")
|
||||||
|
(supported-systems %64bit-supported-systems)
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-gguf
|
(define-public python-gguf
|
||||||
|
|
Loading…
Reference in a new issue