forked from pool/onednn
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
bfdc2a4ba0 | |||
d194c6bfac | |||
4d61d33d99 | |||
e7f322a776 | |||
03ed886f24 | |||
93f029d5bf |
BIN
oneDNN-3.6.2.tar.gz
(Stored with Git LFS)
BIN
oneDNN-3.6.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
oneDNN-3.7.3.tar.gz
Normal file
3
oneDNN-3.7.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:071f289dc961b43a3b7c8cbe8a305290a7c5d308ec4b2f586397749abdc88296
|
||||||
|
size 14101401
|
@@ -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>
|
||||||
|
|
||||||
|
12
onednn.spec
12
onednn.spec
@@ -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
|
||||||
|
Reference in New Issue
Block a user