!30 Update AI4C from v1.0.3 to v1.0.4

From: @liuf9 
Reviewed-by: @zhenyu--zhao_admin 
Signed-off-by: @zhenyu--zhao_admin
This commit is contained in:
openeuler-ci-bot 2024-12-04 11:49:26 +00:00 committed by Gitee
commit 85473d522c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 20279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,16 +14,14 @@
Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization.
Name: AI4C
Version: 1.0.3
Release: 2
Version: 1.0.4
Release: 1
# 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
@ -101,6 +99,8 @@ pushd %{build_dir}/python
%files
%{_includedir}/*
%{_libdir}/*
%{python3_sitelib}/*egg-info
%{python3_sitelib}/ai4c
/usr/bin/ai4c-autotune
/usr/bin/ai4c-g++
/usr/bin/ai4c-gcc
@ -109,6 +109,9 @@ pushd %{build_dir}/python
%changelog
* Wed Dec 04 2024 Feiyang Liu <liufeiyang6@huawei.com> - 1.0.4-1
- Update AI4C from v1.0.3 to v1.0.4.
* Wed Nov 27 2024 Chenhui Zheng <zhengchenhui1@huawei.com> - 1.0.3-2
- Add inline_unroll plugin and models