!179 [AArch64] Support HiSilicon's HIP09 sched model

From: @xiajingze 
Reviewed-by: @eastb233 
Signed-off-by: @eastb233
This commit is contained in:
openeuler-ci-bot 2024-11-25 01:39:16 +00:00 committed by Gitee
commit d2eafd26d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2206 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 28
Release: 29
Summary: The Low Level Virtual Machine
License: NCSA
@ -91,6 +91,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
@ -390,6 +391,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C %{__cmake
%{install_includedir}/llvm-gmock
%changelog
* Fri Nov 22 2024 xiajingze <xiajingze1@huawei.com> - 17.0.6-29
- [AArch64] Support HiSilicon's HIP09 sched model
* Wed Nov 20 2024 eastb233 <xiezhiheng@huawei.com> - 17.0.6-28
- Find Python3 in default env PATH for ACPO