!37 [bugfix] update inline and unroll model

From: @jingjingyingying 
Reviewed-by: @liuf9 
Signed-off-by: @liuf9
This commit is contained in:
openeuler-ci-bot 2024-12-31 08:15:12 +00:00 committed by Gitee
commit c3fc2df487
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 16700 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: 1.0.4
Release: 3
Release: 4
# Package onnxruntime and SafeInt have MIT License.
# Package onnx has Apache License 2.0.
License: MIT and ASL 2.0 and Boost and BSD
@ -24,6 +24,7 @@ Source0: %{pkg_version}.tar.gz
Patch1: 0001-Bugfix-for-undefined-np-symbol-in-ai4c-option-tuner.patch
Patch2: 0002-Update-README.md.patch
Patch3: 0003-Bugfix-and-update-inline-and-unroll-model.patch
BuildRequires: cmake >= 3.13
BuildRequires: make
@ -112,6 +113,9 @@ pushd %{build_dir}/python
%changelog
* Tue Dec 31 2024 Chunfei Yu <yuchunfei@huawei.com> - 1.0.4-4
- Bugfix and update inline and unroll model
* Mon Dec 09 2024 Feiyang Liu <liufeiyang6@huawei.com> - 1.0.4-3
- Update README.md.