Compare commits

...

5 Commits

Author SHA256 Message Date
d5d77d60b5 Merge updates from upstream/rawhide into main branch 2025-08-23 11:29:09 +02:00
74352f5537 Convert to SUSE Format
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-23 11:29:09 +02:00
8e00e0b856 Add/update .git* files, add sources & remove unneeded files
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-23 11:29:06 +02:00
Python Maint
a29cf3a52c Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:00:06 +02:00
628f31f575 Use joblib on EPEL
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-10 09:38:07 -07:00
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 15 00:00:00 UTC 2025 - Python Maint <python-maint@redhat.com>
- Rebuilt for Python 3.14.0rc2 bytecode
-------------------------------------------------------------------
Sun Aug 10 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
- Use joblib on EPEL
-------------------------------------------------------------------
Sun Jul 27 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>

View File

@@ -37,7 +37,7 @@ Name: python-tensile-devel
Name: python-tensile
%endif
Version: %{rocm_version}
Release: 5%{?dist}
Release: 7%{?dist}
Summary: Tool for creating benchmark-driven backend libraries for GEMMs
URL: https://github.com/ROCmSoftwarePlatform/Tensile
@@ -91,8 +91,9 @@ Summary: Tool for creating benchmark-driven backend libraries for GEMMs
Requires: cmake-filesystem
Requires: hipcc
Requires: rocminfo
%if 0%{?fedora}
# Available on ferdora,EPEL
Requires: python3dist(joblib)
%if 0%{?fedora}
Requires: python3dist(msgpack)
%endif
Requires: python3dist(pyyaml)