!24 update auto-lto model

From: @zhenyu--zhao_admin 
Reviewed-by: @liuf9 
Signed-off-by: @liuf9
This commit is contained in:
openeuler-ci-bot 2024-10-10 07:46:16 +00:00 committed by Gitee
commit a78f50fe64
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 13559 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization.
Name: AI4C
Version: 0.2.0
Release: 2
Release: 3
# Package onnxruntime and SafeInt have MIT License.
# Package onnx has Apache License 2.0.
License: MIT and ASL 2.0 and Boost and BSD
@ -23,6 +23,7 @@ URL: https://gitee.com/openeuler/AI4C
Source0: %{pkg_version}.tar.gz
Patch1: 0001-add-interface-and-model-for-Auto-LTO.patch
Patch2: 0002-update-auto-lto-model.patch
BuildRequires: cmake >= 3.13
BuildRequires: make
@ -105,6 +106,9 @@ popd
%changelog
* Thu Oct 10 2024 Zhenyu Zhao <zhaozhenyu17@huawei.com> - 0.2.0-3
- Update auto-lto model.
* Wed Sep 25 2024 Zhenyu Zhao <zhaozhenyu17@huawei.com> - 0.2.0-2
- Add interface and model for Auto LTO.