From 51b709ce5653ae8d384c0377f49796588ec1e2eb Mon Sep 17 00:00:00 2001 From: houyongkang1 Date: Thu, 12 Dec 2024 08:49:52 +0800 Subject: [PATCH] Update description --- AI4C.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/AI4C.spec b/AI4C.spec index d537566..db62bf6 100644 --- a/AI4C.spec +++ b/AI4C.spec @@ -12,10 +12,10 @@ %global max_jobs 16 -Summary: %{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +Summary: %{name} is a framework which enables compilers to integrate ML-driven compiler optimization. Name: AI4C Version: 0.2.0 -Release: 1 +Release: 2 # Package onnxruntime and SafeInt have MIT License. # Package onnx has Apache License 2.0. License: MIT and ASL 2.0 and Boost and BSD @@ -38,7 +38,7 @@ BuildRequires: openssl-devel %description -%{name} is a framework which enables compilers compilers to integrate ML-driven compiler optimization. +%{name} is a framework which enables compilers to integrate ML-driven compiler optimization. %prep tar -xzf %{SOURCE0} -C . @@ -103,6 +103,9 @@ popd %changelog +* Thu Dec 12 2024 Yongkang Hou - 0.2.0-2 +- Update description. + * Wed Aug 14 2024 Zhenyu Zhao - 0.2.0-1 - Update AI4C from v0.1.0 to v0.2.0. -- Gitee