!29 Add inline_unroll plugin and models.

From: @lesleyzheng1103 
Reviewed-by: @liuf9 
Signed-off-by: @liuf9
This commit is contained in:
openeuler-ci-bot 2024-11-27 11:42:55 +00:00 committed by Gitee
commit 7cf839164a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 20281 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: 1.0.3
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-inline_unroll-plugin-and-models.patch
BuildRequires: cmake >= 3.13
BuildRequires: make
BuildRequires: gcc
@ -107,6 +109,9 @@ pushd %{build_dir}/python
%changelog
* Wed Nov 27 2024 Chenhui Zheng <zhengchenhui1@huawei.com> - 1.0.3-2
- Add inline_unroll plugin and models
* Fri Nov 22 2024 Feiyang Liu <liufeiyang6@huawei.com> - 1.0.3-1
- Update AI4C from v0.2.0 to v1.0.3.