From 03fe166e18581088dec15206b1a8f7a0bea88c108a51da4b36a8fc61cb8708d2 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 10 Oct 2023 08:41:16 +0000 Subject: [PATCH] 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 --- oneDNN-3.0.1.tar.gz | 3 --- oneDNN-3.3.tar.gz | 3 +++ onednn-fix-gcc13.patch | 10 ---------- onednn.changes | 9 +++++++++ onednn.spec | 5 ++--- 5 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 oneDNN-3.0.1.tar.gz create mode 100644 oneDNN-3.3.tar.gz delete mode 100644 onednn-fix-gcc13.patch diff --git a/oneDNN-3.0.1.tar.gz b/oneDNN-3.0.1.tar.gz deleted file mode 100644 index 4a68b60..0000000 --- a/oneDNN-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7aca425e9895b791a942ae755edc28f1b9f9fe9bf94291c59f33ebcf5859f2c -size 7189577 diff --git a/oneDNN-3.3.tar.gz b/oneDNN-3.3.tar.gz new file mode 100644 index 0000000..e43c197 --- /dev/null +++ b/oneDNN-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d150a77025f38bff182aaef4dd643625563b2f311c635f86cf4b769b04d7b48 +size 11573780 diff --git a/onednn-fix-gcc13.patch b/onednn-fix-gcc13.patch deleted file mode 100644 index fd1569a..0000000 --- a/onednn-fix-gcc13.patch +++ /dev/null @@ -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 -+#include - #include - #include - #include diff --git a/onednn.changes b/onednn.changes index baf05a5..b6e5f9a 100644 --- a/onednn.changes +++ b/onednn.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 10 05:53:25 UTC 2023 - Paolo Stivanin + +- 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 diff --git a/onednn.spec b/onednn.spec index dd6b5c0..426b46d 100644 --- a/onednn.spec +++ b/onednn.spec @@ -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