From ef3777534386ec3b6a7e81e637abad1ee40257cd4c9b12792250334a9f541b75 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 15 Jun 2021 12:05:13 +0000 Subject: [PATCH] Accepting request 900115 from home:Guillaume_G:branches:science:machinelearning - Update to version 2.2.4: * Fixed build error with GCC 11 (eda1add) * Fixed an issue with reorder reporting unimplemented when quantizing f32 weights to s8 (4f05b76, 5d3d1e1, cc77eef) * Updated name for GPU gen12 architecture to xe (3d202c2) - Drop upstream patch: * 0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch OBS-URL: https://build.opensuse.org/request/show/900115 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=12 --- ...de-thread-and-limit-headers-to-fix-G.patch | 38 ------------------- oneDNN-2.2.3.tar.gz | 3 -- oneDNN-2.2.4.tar.gz | 3 ++ onednn.changes | 11 ++++++ onednn.spec | 4 +- 5 files changed, 15 insertions(+), 44 deletions(-) delete mode 100644 0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch delete mode 100644 oneDNN-2.2.3.tar.gz create mode 100644 oneDNN-2.2.4.tar.gz diff --git a/0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch b/0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch deleted file mode 100644 index 0a4d6df..0000000 --- a/0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch +++ /dev/null @@ -1,38 +0,0 @@ -From cfbefd8d744d4cdcdf3dd2f18576f487b36911b6 Mon Sep 17 00:00:00 2001 -From: Denis Samoilov -Date: Fri, 2 Apr 2021 19:46:22 -0700 -Subject: [PATCH] common, gpu: include thread and limit headers to fix GCC 11 - build issues - ---- - src/common/primitive_cache.hpp | 1 + - src/gpu/jit/ngen/ngen_auto_swsb.hpp | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/src/common/primitive_cache.hpp b/src/common/primitive_cache.hpp -index 73cb1224f..05a3e53e5 100644 ---- a/src/common/primitive_cache.hpp -+++ b/src/common/primitive_cache.hpp -@@ -20,6 +20,7 @@ - #include - #include - #include -+#include - #include - - #include "c_types_map.hpp" -diff --git a/src/gpu/jit/ngen/ngen_auto_swsb.hpp b/src/gpu/jit/ngen/ngen_auto_swsb.hpp -index de3417af3..62ef2a571 100644 ---- a/src/gpu/jit/ngen/ngen_auto_swsb.hpp -+++ b/src/gpu/jit/ngen/ngen_auto_swsb.hpp -@@ -33,6 +33,7 @@ - - #include - #include -+#include - - namespace ngen { - namespace autoswsb { --- -2.26.2 - diff --git a/oneDNN-2.2.3.tar.gz b/oneDNN-2.2.3.tar.gz deleted file mode 100644 index cc02d3a..0000000 --- a/oneDNN-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07e5cc2a30e7bb5a381eba04f8579f427372132ed3d44363f5fd89850a7b50fd -size 9534138 diff --git a/oneDNN-2.2.4.tar.gz b/oneDNN-2.2.4.tar.gz new file mode 100644 index 0000000..7e38c05 --- /dev/null +++ b/oneDNN-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb383078fa8f81c24310e73984a0d9e759eb9febe73887956953824f780fc32 +size 9535666 diff --git a/onednn.changes b/onednn.changes index d3f4c24..9ec08e3 100644 --- a/onednn.changes +++ b/onednn.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 15 08:31:16 UTC 2021 - Guillaume GARDET + +- Update to version 2.2.4: + * Fixed build error with GCC 11 (eda1add) + * Fixed an issue with reorder reporting unimplemented when + quantizing f32 weights to s8 (4f05b76, 5d3d1e1, cc77eef) + * Updated name for GPU gen12 architecture to xe (3d202c2) +- Drop upstream patch: + * 0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch + ------------------------------------------------------------------- Thu Jun 3 01:38:56 UTC 2021 - Ferdinand Thiessen diff --git a/onednn.spec b/onednn.spec index 23b8a88..11fc3c6 100644 --- a/onednn.spec +++ b/onednn.spec @@ -31,7 +31,7 @@ %define libname libdnnl2 Name: onednn -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: Intel Math Kernel Library for Deep Neural Networks License: Apache-2.0 @@ -39,8 +39,6 @@ URL: https://01.org/onednn Source0: https://github.com/oneapi-src/oneDNN/archive/v%{version}/oneDNN-%{version}.tar.gz # PATCH-FIX-UPSTREAM onednn-1045.patch -- https://github.com/oneapi-src/oneDNN/pull/1045 Patch0: onednn-1045.patch -# PATCH-FIX-UPSTREAM 0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch -Patch1: 0001-common-gpu-include-thread-and-limit-headers-to-fix-G.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes