Compare commits
5 Commits
fc379bbfc7
...
d5d77d60b5
Author | SHA256 | Date | |
---|---|---|---|
d5d77d60b5 | |||
74352f5537 | |||
8e00e0b856 | |||
|
a29cf3a52c | ||
628f31f575 |
@@ -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>
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user