Add inline_unroll plugin and models.

This commit is contained in:
郑晨卉 2024-11-27 17:12:58 +08:00
parent 5b724f0c2a
commit 6c0f3423fb
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. Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization.
Name: AI4C Name: AI4C
Version: 1.0.3 Version: 1.0.3
Release: 1 Release: 2
# Package onnxruntime and SafeInt have MIT License. # Package onnxruntime and SafeInt have MIT License.
# Package onnx has Apache License 2.0. # Package onnx has Apache License 2.0.
License: MIT and ASL 2.0 and Boost and BSD License: MIT and ASL 2.0 and Boost and BSD
URL: https://gitee.com/openeuler/AI4C URL: https://gitee.com/openeuler/AI4C
Source0: %{pkg_version}.tar.gz Source0: %{pkg_version}.tar.gz
Patch1: 0001-Add-inline_unroll-plugin-and-models.patch
BuildRequires: cmake >= 3.13 BuildRequires: cmake >= 3.13
BuildRequires: make BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
@ -107,6 +109,9 @@ pushd %{build_dir}/python
%changelog %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 * Fri Nov 22 2024 Feiyang Liu <liufeiyang6@huawei.com> - 1.0.3-1
- Update AI4C from v0.2.0 to v1.0.3. - Update AI4C from v0.2.0 to v1.0.3.