Update to ToT

ROCm is broken in fedora, disable it use.
xnnpack needs updating

Signed-off-by: Tom Rix <trix@redhat.com>
This commit is contained in:
Tom Rix 2024-03-08 10:29:29 -05:00
commit edfbfff0d9

View file

@ -6,8 +6,8 @@
# So pre releases can be tried # So pre releases can be tried
%bcond_without gitcommit %bcond_without gitcommit
%if %{with gitcommit} %if %{with gitcommit}
# The top of tree ~2/28/24 # The top of tree ~3/7/24
%global commit0 3cfed0122829540444911c271ce5480832ea3526 %global commit0 975d4284250170602db60adfda5eb1664a3b8acc
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global pypi_version 2.3.0 %global pypi_version 2.3.0
@ -25,7 +25,7 @@
%ifarch x86_64 %ifarch x86_64
%if 0%{?fedora} %if 0%{?fedora}
%bcond_without rocm %bcond_with rocm
%else %else
%bcond_with rocm %bcond_with rocm
%endif %endif
@ -144,7 +144,6 @@ ExclusiveArch: x86_64 aarch64
%global _lto_cflags %nil %global _lto_cflags %nil
%endif %endif
BuildRequires: clang-devel
BuildRequires: cmake BuildRequires: cmake
BuildRequires: cpuinfo-devel BuildRequires: cpuinfo-devel
BuildRequires: eigen3-devel BuildRequires: eigen3-devel
@ -169,7 +168,7 @@ BuildRequires: python3-typing-extensions
BuildRequires: sleef-devel BuildRequires: sleef-devel
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
%if %{with gitcommit} %if %{with gitcommit}
BuildRequires: xnnpack-devel = 0.0^git20231127.d9cce34 BuildRequires: xnnpack-devel = 0.0^git20240229.fcbf55a
%else %else
BuildRequires: xnnpack-devel = 0.0^git20221221.51a9875 BuildRequires: xnnpack-devel = 0.0^git20221221.51a9875
%endif %endif