forked from pool/onednn
Accepting request 1169605 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1169605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onednn?expand=0&rev=13
This commit is contained in:
commit
1e24e05930
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad0d801d0800bd2d650cbe5fff6e0cc33d885e945a6e910f2de03cc722d38d54
|
||||
size 11984920
|
3
oneDNN-3.4.1.tar.gz
Normal file
3
oneDNN-3.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66a6512405664c2cd004811922173adabaa50d6aadc9352291d2d85f8b0f3d10
|
||||
size 13282745
|
@ -1,5 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 26 21:32:41 UTC 2023 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
Fri Apr 19 17:27:48 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Update to 3.4.1:
|
||||
* Fixed an issue with caching and serialization of primitives in
|
||||
deterministic mode (7ed604a)
|
||||
* Introduced memory descriptor serialization API
|
||||
(4cad420, 929a27a, 9b848c8)
|
||||
* Fixed incorrect results in fp64 convolution and deconvolution
|
||||
on Intel GPUs based on Xe-LPG architecture (ebe77b5, 0b399ac,
|
||||
d748d64, 9f4f3d5, 21a8cae)
|
||||
* Fixed incorrect results in reorder with large sizes on
|
||||
Intel CPUs and GPUs (69a111e, 4b72361, 74a343b)
|
||||
* Reduced creation time for deconvolution primitive on
|
||||
Intel CPUs (bec487e, 1eab005)
|
||||
* Fixed performance regression in deconvolution on
|
||||
Intel CPUs (fbe5b97, 1dd3c6a)
|
||||
* Removed dangling symblols from static builds
|
||||
(e92c404, 6f5621a)
|
||||
* Fixed crash during platform detection on some
|
||||
AArch64-based systems (406a079)
|
||||
* Fixed performance regression in int8 deconvolution on
|
||||
Intel CPUs (7e50e15)
|
||||
* Fixed handling of zero points for matmul in verbose
|
||||
logs converter (15c7916)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 1 04:33:49 UTC 2023 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package onednn
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
%define libname libdnnl3
|
||||
Name: onednn
|
||||
Version: 3.3.3
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: Intel Math Kernel Library for Deep Neural Networks
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user