Update block correction model
This commit is contained in:
parent
86a5f4eb46
commit
28bfb64ae2
56026
0003-Update-block-correction-model.patch
Normal file
56026
0003-Update-block-correction-model.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@
|
|||||||
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: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
# 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
|
||||||
@ -25,6 +25,7 @@ Source0: %{pkg_version}.tar.gz
|
|||||||
|
|
||||||
Patch1: 0001-Add-batch-inference-feature-and-optimizer-model.patch
|
Patch1: 0001-Add-batch-inference-feature-and-optimizer-model.patch
|
||||||
Patch2: 0002-Bugfix-for-tensor-formation-and-update-block-correct.patch
|
Patch2: 0002-Bugfix-for-tensor-formation-and-update-block-correct.patch
|
||||||
|
Patch3: 0003-Update-block-correction-model.patch
|
||||||
|
|
||||||
BuildRequires: cmake >= 3.13
|
BuildRequires: cmake >= 3.13
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -118,6 +119,9 @@ install %{build_includedir}/* %{install_includedir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 24 2024 Zhenyu Zhao <zhaozhenyu17@huawei.com> - 0.1.0-4
|
||||||
|
- Update-block-correction-model.patch
|
||||||
|
|
||||||
* Tue Jul 23 2024 Zhenyu Zhao <zhaozhenyu17@huawei.com> - 0.1.0-3
|
* Tue Jul 23 2024 Zhenyu Zhao <zhaozhenyu17@huawei.com> - 0.1.0-3
|
||||||
- Bugfix-for-tensor-formation-and-update-block-correct
|
- Bugfix-for-tensor-formation-and-update-block-correct
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user