1
0
forked from pool/onednn

Accepting request 1116604 from home:polslinux:branches:science:machinelearning

- Update to 3.3:
  * 3.3: https://github.com/oneapi-src/oneDNN/releases/tag/v3.3
  * 3.2: https://github.com/oneapi-src/oneDNN/releases/tag/v3.2
  * 3.1: https://github.com/oneapi-src/oneDNN/releases/tag/v3.1
- Drop upstreamed onednn-fix-gcc13.patch

OBS-URL: https://build.opensuse.org/request/show/1116604
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=22
This commit is contained in:
Guillaume GARDET 2023-10-10 08:41:16 +00:00 committed by Git OBS Bridge
parent 4d0cc01e1d
commit 03fe166e18
5 changed files with 14 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7aca425e9895b791a942ae755edc28f1b9f9fe9bf94291c59f33ebcf5859f2c
size 7189577

3
oneDNN-3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d150a77025f38bff182aaef4dd643625563b2f311c635f86cf4b769b04d7b48
size 11573780

View File

@ -1,10 +0,0 @@
--- oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h.orig 2023-02-24 03:36:27.000000000 +0100
+++ oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h 2023-03-21 13:44:05.786852048 +0100
@@ -25,6 +25,7 @@
#endif
#include <algorithm>
+#include <cstdint>
#include <deque>
#include <initializer_list>
#include <iostream>

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 10 05:53:25 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.3:
* 3.3: https://github.com/oneapi-src/oneDNN/releases/tag/v3.3
* 3.2: https://github.com/oneapi-src/oneDNN/releases/tag/v3.2
* 3.1: https://github.com/oneapi-src/oneDNN/releases/tag/v3.1
- Drop upstreamed onednn-fix-gcc13.patch
-------------------------------------------------------------------
Tue Mar 21 10:27:40 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -32,14 +32,12 @@
%define libname libdnnl3
Name: onednn
Version: 3.0.1
Version: 3.3
Release: 0
Summary: Intel Math Kernel Library for Deep Neural Networks
License: Apache-2.0
URL: https://01.org/onednn
Source0: https://github.com/oneapi-src/oneDNN/archive/v%{version}/oneDNN-%{version}.tar.gz
# PATCH-FIX-UPSTREAM - https://github.com/oneapi-src/oneDNN/issues/1600
Patch1: onednn-fix-gcc13.patch
BuildRequires: chrpath
BuildRequires: cmake
BuildRequires: doxygen
@ -133,6 +131,7 @@ to implement deep neural networks (DNN) with C and C++ interfaces.
%endif
-DDNNL_INSTALL_MODE=DEFAULT \
-DDNNL_BUILD_TESTS=ON \
-DONEDNN_BUILD_GRAPH=OFF \
-DDNNL_WERROR=OFF
%cmake_build
%cmake_build doc_doxygen