Add interface and model for Auto LTO.

This commit is contained in:
Zhenyu Zhao 2024-09-25 02:24:57 +08:00 committed by zhenyu--zhao_admin
parent 0d85b5a26a
commit 98f308a2bc
2 changed files with 7041 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

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