1
0
forked from pool/onednn

6 Commits

Author SHA256 Message Date
bfdc2a4ba0 Accepting request 1274975 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1274975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onednn?expand=0&rev=19
2025-05-07 17:17:36 +00:00
d194c6bfac - Update to v3.7.3:
* https://github.com/uxlfoundation/oneDNN/releases/tag/v3.7.3
  * Various correctness and performance fixes

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=41
2025-05-06 14:59:14 +00:00
4d61d33d99 Accepting request 1269988 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1269988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onednn?expand=0&rev=18
2025-04-16 18:42:39 +00:00
e7f322a776 - Update to 3.7.2:
* https://github.com/oneapi-src/oneDNN/releases/tag/v3.7.2
- Disable benchdnn_modeC_matmul_ci_cpu test as it reaches timeout
  quite often

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=39
2025-04-16 11:32:04 +00:00
03ed886f24 Accepting request 1235691 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1235691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onednn?expand=0&rev=17
2025-01-09 14:05:59 +00:00
93f029d5bf - Update to 3.6.2:
* https://github.com/oneapi-src/oneDNN/releases/tag/v3.6.2

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=37
2025-01-07 17:13:31 +00:00
4 changed files with 24 additions and 9 deletions

BIN
oneDNN-3.6.2.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 6 13:54:11 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to v3.7.3:
* https://github.com/uxlfoundation/oneDNN/releases/tag/v3.7.3
* Various correctness and performance fixes
-------------------------------------------------------------------
Tue Apr 15 07:50:05 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.7.2:
* https://github.com/oneapi-src/oneDNN/releases/tag/v3.7.2
- Disable benchdnn_modeC_matmul_ci_cpu test as it reaches timeout
quite often
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 3 23:23:08 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com> Fri Jan 3 23:23:08 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>

View File

@@ -24,18 +24,18 @@
%bcond_with opencl %bcond_with opencl
%endif %endif
%ifarch aarch64 %ifarch aarch64
# Disable ACL until fixed upstream - https://github.com/oneapi-src/oneDNN/issues/2137 # Disable ACL until fixed upstream - https://github.com/uxlfoundation/oneDNN/issues/3097
%bcond_with acl %bcond_with acl
%else %else
%bcond_with acl %bcond_with acl
%endif %endif
Name: onednn Name: onednn
Version: 3.6.2 Version: 3.7.3
Release: 0 Release: 0
Summary: oneAPI Deep Neural Network Library (oneDNN) Summary: oneAPI Deep Neural Network Library (oneDNN)
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/oneapi-src/oneDNN URL: https://github.com/uxlfoundation/oneDNN
Source0: https://github.com/oneapi-src/oneDNN/archive/v%{version}/oneDNN-%{version}.tar.gz Source0: https://github.com/uxlfoundation/oneDNN/archive/v%{version}/oneDNN-%{version}.tar.gz
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
@@ -49,7 +49,7 @@ Obsoletes: mkl-dnn <= %{version}
Provides: oneDNN = %{version} Provides: oneDNN = %{version}
ExclusiveArch: x86_64 aarch64 ppc64le ExclusiveArch: x86_64 aarch64 ppc64le
%if %{with acl} %if %{with acl}
BuildRequires: ComputeLibrary-devel >= 24.08.1 BuildRequires: ComputeLibrary-devel >= 24.11.1
%endif %endif
%if %{with opencl} %if %{with opencl}
BuildRequires: opencl-headers BuildRequires: opencl-headers
@@ -164,7 +164,7 @@ chrpath -d %{buildroot}/%{_bindir}/benchdnn
# do not use macro so we can exclude all gpu and cross (gpu and cpu) tests (they need gpu set up) # do not use macro so we can exclude all gpu and cross (gpu and cpu) tests (they need gpu set up)
pushd build pushd build
export LD_LIBRARY_PATH=%{buildroot}%{_libdir} export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} -E '(gpu|cross)' ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} -E '(gpu|cross|benchdnn_modeC_matmul_ci_cpu)'
popd popd
%post -n %{libname} -p /sbin/ldconfig %post -n %{libname} -p /sbin/ldconfig