1 Commits

Author SHA256 Message Date
66ba227cef Update to 3.6.2 2025-01-04 14:39:57 +01:00
4 changed files with 9 additions and 24 deletions

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

Binary file not shown.

View File

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

View File

@@ -1,18 +1,3 @@
-------------------------------------------------------------------
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>

View File

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