diff --git a/oneDNN-3.5.3.tar.gz b/oneDNN-3.5.3.tar.gz deleted file mode 100644 index 613c0dd..0000000 --- a/oneDNN-3.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddbc26c75978c5e864050f699dbefbf5bff9c0b8d2af827845708e1376471f17 -size 13190748 diff --git a/oneDNN-3.6.tar.gz b/oneDNN-3.6.tar.gz new file mode 100644 index 0000000..ec33ffe --- /dev/null +++ b/oneDNN-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c4a92cc0ae0dc19d3d2beca0e357b1d13a5a3af9890a2cc3e41a880e4a0302 +size 13782760 diff --git a/onednn.changes b/onednn.changes index 07e44dc..a132008 100644 --- a/onednn.changes +++ b/onednn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 17 11:42:58 UTC 2024 - Guillaume GARDET + +- Update to 3.6: + * https://github.com/oneapi-src/oneDNN/releases/tag/v3.6 + ------------------------------------------------------------------- Wed Oct 2 12:06:54 UTC 2024 - Guillaume GARDET diff --git a/onednn.spec b/onednn.spec index 7d59278..488cc32 100644 --- a/onednn.spec +++ b/onednn.spec @@ -24,7 +24,7 @@ %endif %ifarch aarch64 -# Disable ACL until fixed upstream - https://github.com/oneapi-src/oneDNN/issues/2109 +# Disable ACL until fixed upstream - https://github.com/oneapi-src/oneDNN/issues/2137 %bcond_with acl %else %bcond_with acl @@ -32,7 +32,7 @@ %define libname libdnnl3 Name: onednn -Version: 3.5.3 +Version: 3.6 Release: 0 Summary: Intel Math Kernel Library for Deep Neural Networks License: Apache-2.0 @@ -46,7 +46,7 @@ BuildRequires: gcc-c++ BuildRequires: graphviz BuildRequires: texlive-dvips-bin %if %{with acl} -BuildRequires: ComputeLibrary-devel >= 24.04 +BuildRequires: ComputeLibrary-devel >= 24.08.1 %endif %if %{with opencl} BuildRequires: opencl-headers