Update code style and model and bugfix for unknown insn code.
This commit is contained in:
parent
7cf839164a
commit
61ceaf1a6a
File diff suppressed because it is too large
Load Diff
Binary file not shown.
11
AI4C.spec
11
AI4C.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user