From 9ba27ea2e2833b507a351cb5118dfc81290b7eb3 Mon Sep 17 00:00:00 2001 From: huangkaiyao Date: Wed, 2 Jul 2025 09:27:37 +0800 Subject: [PATCH 1/2] Fixed some failed testcases. --- triton-cpu-3.0.0-v2.tar.gz => triton-cpu-3.0.0-v3.tar.gz | 4 ++-- triton-cpu.spec | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) rename triton-cpu-3.0.0-v2.tar.gz => triton-cpu-3.0.0-v3.tar.gz (32%) diff --git a/triton-cpu-3.0.0-v2.tar.gz b/triton-cpu-3.0.0-v3.tar.gz similarity index 32% rename from triton-cpu-3.0.0-v2.tar.gz rename to triton-cpu-3.0.0-v3.tar.gz index 5a6ac3e..3baec79 100644 --- a/triton-cpu-3.0.0-v2.tar.gz +++ b/triton-cpu-3.0.0-v3.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e66238de362abf9cc7cf1720b220dcb7b54f9f548cfdf9cc874e0eb07c2fa86 -size 7002446 +oid sha256:228a412fd42076e6f7cabbfb511a3bcd96da15e8bf9473c954ac93cfb8a14070 +size 7002694 diff --git a/triton-cpu.spec b/triton-cpu.spec index 393e247..ede8aab 100644 --- a/triton-cpu.spec +++ b/triton-cpu.spec @@ -1,10 +1,10 @@ Name: triton-cpu Version: 3.0.0 -Release: 3 +Release: 4 Summary: A CPU backend for Triton. License: MIT URL: https://gitee.com/openeuler/triton-cpu -Source0: https://gitee.com/openeuler/triton-cpu/repository/archive/%{name}-%{version}-v2.tar.gz +Source0: https://gitee.com/openeuler/triton-cpu/repository/archive/%{name}-%{version}-v3.tar.gz Source1: triton-downloads.tar.gz Source2: llvm-project.tar.gz @@ -21,7 +21,7 @@ Triton-CPU is a branch to build a CPU backend for Triton. %global debug_package %{nil} %prep -tar -zxf %{_sourcedir}/%{name}-%{version}-v2.tar.gz +tar -zxf %{_sourcedir}/%{name}-%{version}-v3.tar.gz unzip -q %{name}/sleef.zip -d %{name}/third_party/ tar -zxf %{_sourcedir}/triton-downloads.tar.gz mkdir %{name}/third_party/nvidia/backend/bin @@ -57,6 +57,8 @@ pip install python/ --no-build-isolation --prefix=%{buildroot}%{_prefix} %{python3_sitearch}/triton %changelog +* Wed Jul 2 2025 huangkaiyao - 3.0.0-4 +- Fixed some failed testcases * Thu May 29 2025 huangkaiyao - 3.0.0-3 - Add SME/SVE matrix operation support * Tue May 20 2025 huangkaiyao - 3.0.0-2 -- Gitee From 49f6f14d6c94b5b67f7a3b0bc08ddd96e585718c Mon Sep 17 00:00:00 2001 From: huangkaiyao Date: Fri, 18 Jul 2025 17:31:12 +0800 Subject: [PATCH 2/2] Update LLVM to fix some failed testcases. --- llvm-project.tar.gz | 4 ++-- triton-cpu.spec | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/llvm-project.tar.gz b/llvm-project.tar.gz index 04d274d..85bc168 100644 --- a/llvm-project.tar.gz +++ b/llvm-project.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93d332a3a649737ae765c0a4e812731be93d2d125d5dac0eb4193d5ca321d7ad -size 224484361 +oid sha256:741cebc462f9ba3a16230ca398bf550cd2f94e3b0fa37cc013ebd46e9506f747 +size 224501326 diff --git a/triton-cpu.spec b/triton-cpu.spec index ede8aab..536e979 100644 --- a/triton-cpu.spec +++ b/triton-cpu.spec @@ -1,6 +1,6 @@ Name: triton-cpu Version: 3.0.0 -Release: 4 +Release: 5 Summary: A CPU backend for Triton. License: MIT URL: https://gitee.com/openeuler/triton-cpu @@ -57,6 +57,8 @@ pip install python/ --no-build-isolation --prefix=%{buildroot}%{_prefix} %{python3_sitearch}/triton %changelog +* Fri Jul 18 2025 huangkaiyao - 3.0.0-5 +- Update LLVM to fix some failed testcases * Wed Jul 2 2025 huangkaiyao - 3.0.0-4 - Fixed some failed testcases * Thu May 29 2025 huangkaiyao - 3.0.0-3 -- Gitee