diff --git a/AI4C-v1.0.4-alpha.tar.gz b/AI4C-v1.0.5-alpha.tar.gz similarity index 85% rename from AI4C-v1.0.4-alpha.tar.gz rename to AI4C-v1.0.5-alpha.tar.gz index 5336056ac17ea5158e1acaba30d522f016386e87..2fb3b1744b76ab935dcae6fd6b8b2c2919f5c06c 100644 Binary files a/AI4C-v1.0.4-alpha.tar.gz and b/AI4C-v1.0.5-alpha.tar.gz differ diff --git a/AI4C.spec b/AI4C.spec index bbfb85657089a29b0a106b98d014d81713c5ef27..575242014ed2c8c5b56fe1354f38e272fc7e7326 100644 --- a/AI4C.spec +++ b/AI4C.spec @@ -14,8 +14,8 @@ Summary: %{name} is a framework which enables compilers to integrate ML-driven compiler optimization. Name: AI4C -Version: 1.0.4 -Release: 5 +Version: 1.0.5 +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 @@ -114,6 +114,9 @@ pushd %{build_dir}/python %changelog +* Thu May 15 2025 Zhiren Deng - 1.0.5-1 +- Add branch_predict model + * Wed Feb 05 2025 Feiyang Liu - 1.0.4-5 - Add BuildRequires for git and fix description typo in spec file. @@ -132,8 +135,8 @@ pushd %{build_dir}/python * Wed Nov 27 2024 Chenhui Zheng - 1.0.3-2 - Add inline_unroll plugin and models -* Fri Nov 22 2024 Feiyang Liu - 1.0.3-1 -- Update AI4C from v0.2.0 to v1.0.3. - * Mon Nov 25 2024 Zhenyu Zhao - 0.2.0-1 - Sync patch from 22.03 SP4. + +* Fri Nov 22 2024 Feiyang Liu - 1.0.3-1 +- Update AI4C from v0.2.0 to v1.0.3.