Bugfix and update inline and unroll model

This commit is contained in:
yu 2024-12-31 14:45:00 +08:00
parent de35f63ee4
commit a3b4d34534
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.