[AArch64] Support HiSilicon's HIP09 sched model

Signed-off-by: xiajingze <xiajingze1@huawei.com>
(cherry picked from commit 16c2fa56344da079171f6b9f0151b98deed0af91)
This commit is contained in:
xiajingze 2024-11-22 16:22:02 +08:00 committed by openeuler-sync-bot
parent ad1341bec0
commit f08325c08c
2 changed files with 2206 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 27
Release: 28
Summary: The Low Level Virtual Machine
License: NCSA
@ -89,6 +89,7 @@ Patch30: 0030-LICM-Solve-runtime-error-caused-by-the-signal-functi.patch
Patch31: 0031-ACPO-ACPO-Infrastructure.patch
Patch32: 0032-ACPO-Introduce-MLInliner-using-ACPO-infrastructure.patch
Patch33: 0033-Find-Python3-in-default-env-PATH-for-ACPO.patch
Patch34: 0034-AArch64-Support-HiSilicon-s-HIP09-sched-model.patch
BuildRequires: binutils-devel
BuildRequires: cmake
@ -391,6 +392,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_includedir}/llvm-gmock
%changelog
* Fri Nov 22 2024 xiajingze <xiajingze1@huawei.com> - 17.0.6-28
- [AArch64] Support HiSilicon's HIP09 sched model
* Wed Nov 20 2024 eastb233 <xiezhiheng@huawei.com> - 17.0.6-27
- Find Python3 in default env PATH for ACPO