public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipblaslt] epel10: Update to 7.2.0
@ 2026-06-14 12:37 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-14 12:37 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hipblaslt
            Branch : epel10
            Commit : 8c8fd8ff54d41b7feec9731b835eec1e49614ce8
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-11T06:12:54-08:00
            Stats  : +70/-60 in 8 file(s)
            URL    : https://src.fedoraproject.org/rpms/hipblaslt/c/8c8fd8ff54d41b7feec9731b835eec1e49614ce8?branch=epel10

            Log:
            Update to 7.2.0

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/.gitignore b/.gitignore
index 3146ade..86b170f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /nanobind-2.9.2.tar.gz
 /robin-map-1.3.0.tar.gz
 /hipblaslt-7.1.1.tar.gz
+/hipblaslt-7.2.0.tar.gz

diff --git a/0001-hipblaslt-cmake-compile-and-link-pools.patch b/0001-hipblaslt-cmake-compile-and-link-pools.patch
index 264e0b7..775df08 100644
--- a/0001-hipblaslt-cmake-compile-and-link-pools.patch
+++ b/0001-hipblaslt-cmake-compile-and-link-pools.patch
@@ -1,17 +1,17 @@
-From 8b2c3e3316334a2b251cdcd3f73130d2dfea2d0d Mon Sep 17 00:00:00 2001
+From 5784a6ffeb2b4c7be27a7b24f68ef658cab21de3 Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
-Date: Sun, 7 Dec 2025 07:13:20 -0800
+Date: Tue, 27 Jan 2026 14:44:47 -0800
 Subject: [PATCH] hipblaslt cmake compile and link pools
 
 ---
- CMakeLists.txt | 26 ++++++++++++++++++++++++++
+ projects/hipblaslt/CMakeLists.txt | 26 ++++++++++++++++++++++++++
  1 file changed, 26 insertions(+)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d02df50540c2..8e8173fc4205 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -62,6 +62,32 @@ option(HIPBLASLT_BUNDLE_PYTHON_DEPS "Build python dependencies requied for devic
+diff --git a/projects/hipblaslt/CMakeLists.txt b/projects/hipblaslt/CMakeLists.txt
+index 1a4484af456e..a06f9ff0d3b7 100644
+--- a/projects/hipblaslt/CMakeLists.txt
++++ b/projects/hipblaslt/CMakeLists.txt
+@@ -57,6 +57,32 @@ option(HIPBLASLT_BUNDLE_PYTHON_DEPS "Build python dependencies requied for devic
  option(HIPBLASLT_ENABLE_COVERAGE "Build coverage support." OFF)
  option(HIPBLASLT_ENABLE_THEROCK "Build hipBLASLt for TheRock." OFF)
  

diff --git a/0001-hipblaslt-find-origami-package.patch b/0001-hipblaslt-find-origami-package.patch
index 380bc62..f9f6537 100644
--- a/0001-hipblaslt-find-origami-package.patch
+++ b/0001-hipblaslt-find-origami-package.patch
@@ -1,21 +1,28 @@
-From 43c4a61c5d8836a16feb8e53c72f255790523ff3 Mon Sep 17 00:00:00 2001
+From a048fa75e46f1046751f0d134f50c03128d80086 Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
-Date: Mon, 3 Nov 2025 06:11:40 -0800
+Date: Tue, 27 Jan 2026 10:55:44 -0800
 Subject: [PATCH] hipblaslt find origami package
 
 ---
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ projects/hipblaslt/CMakeLists.txt | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dbccca92c84f..d02df50540c2 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -218,7 +218,7 @@ if(HIPBLASLT_ENABLE_MSGPACK)
+diff --git a/projects/hipblaslt/CMakeLists.txt b/projects/hipblaslt/CMakeLists.txt
+index 489205819a85..1a4484af456e 100644
+--- a/projects/hipblaslt/CMakeLists.txt
++++ b/projects/hipblaslt/CMakeLists.txt
+@@ -213,14 +213,7 @@ if(HIPBLASLT_ENABLE_MSGPACK)
      endif()
  endif()
  
--add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../../shared/origami" origami)
+-if(NOT ROCM_LIBS_SUPERBUILD)
+-    # TODO: This is a temporary solution to prevent the installation of the origami license files.
+-    block(SCOPE_FOR VARIABLES)
+-        set(ORIGAMI_ENABLE_INSTALL OFF)
+-        add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../../shared/origami" origami)
+-    endblock()
+-endif()
+-
 +find_package(origami CONFIG REQUIRED)
  add_subdirectory(tensilelite)
  

diff --git a/0001-hipblaslt-tensilelite-remove-yappi-dependency.patch b/0001-hipblaslt-tensilelite-remove-yappi-dependency.patch
index db0e208..3dfb651 100644
--- a/0001-hipblaslt-tensilelite-remove-yappi-dependency.patch
+++ b/0001-hipblaslt-tensilelite-remove-yappi-dependency.patch
@@ -1,21 +1,20 @@
-From 72521fcca77c010b9c8b9ce91cde925164502d6f Mon Sep 17 00:00:00 2001
+From ecc1faa0def8d8a6a4b69ae9856e50b82ab03661 Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
-Date: Thu, 25 Sep 2025 13:02:55 -0700
+Date: Tue, 27 Jan 2026 10:50:13 -0800
 Subject: [PATCH] hipblaslt tensilelite remove yappi dependency
 
-Signed-off-by: Tom Rix <Tom.Rix@amd.com>
 ---
- tensilelite/Tensile/TensileCreateLibrary/Run.py | 15 ---------------
- tensilelite/requirements.txt                    |  2 +-
+ .../Tensile/TensileCreateLibrary/Run.py           | 15 ---------------
+ projects/hipblaslt/tensilelite/requirements.txt   |  2 +-
  2 files changed, 1 insertion(+), 16 deletions(-)
 
-diff --git a/tensilelite/Tensile/TensileCreateLibrary/Run.py b/tensilelite/Tensile/TensileCreateLibrary/Run.py
-index 835ed9c01916..a02705f6554a 100644
---- a/tensilelite/Tensile/TensileCreateLibrary/Run.py
-+++ b/tensilelite/Tensile/TensileCreateLibrary/Run.py
-@@ -231,12 +231,6 @@ def writeSolutionsAndKernels(
-     generateSourcesAndExit=False,
-     compress=True,
+diff --git a/projects/hipblaslt/tensilelite/Tensile/TensileCreateLibrary/Run.py b/projects/hipblaslt/tensilelite/Tensile/TensileCreateLibrary/Run.py
+index 22d19851a3fb..46da951d0fbc 100644
+--- a/projects/hipblaslt/tensilelite/Tensile/TensileCreateLibrary/Run.py
++++ b/projects/hipblaslt/tensilelite/Tensile/TensileCreateLibrary/Run.py
+@@ -232,12 +232,6 @@ def writeSolutionsAndKernels(
+     generateSourcesAndExit: bool=False,
+     compress: bool=True,
  ):
 -    if globalParameters["PythonProfile"]:
 -        globalParameters["CpuThreads"] = 0
@@ -26,7 +25,7 @@ index 835ed9c01916..a02705f6554a 100644
      codeObjectFiles = []
  
      outputPath = Path(outputPath)
-@@ -299,15 +293,6 @@ def writeSolutionsAndKernels(
+@@ -304,15 +298,6 @@ def writeSolutionsAndKernels(
      writeHelpers(outputPath, kernelHelperObjs, KERNEL_HELPER_FILENAME_CPP, KERNEL_HELPER_FILENAME_H)
      srcKernelFile = Path(outputPath) / "Kernels.cpp"
  
@@ -42,10 +41,10 @@ index 835ed9c01916..a02705f6554a 100644
      if not generateSourcesAndExit:
          codeObjectFiles += buildAssemblyCodeObjectFiles(
              asmToolchain.linker,
-diff --git a/tensilelite/requirements.txt b/tensilelite/requirements.txt
+diff --git a/projects/hipblaslt/tensilelite/requirements.txt b/projects/hipblaslt/tensilelite/requirements.txt
 index 60c4c1144537..e87db8445411 100644
---- a/tensilelite/requirements.txt
-+++ b/tensilelite/requirements.txt
+--- a/projects/hipblaslt/tensilelite/requirements.txt
++++ b/projects/hipblaslt/tensilelite/requirements.txt
 @@ -7,4 +7,4 @@ joblib>=1.1.1; python_version < '3.8'
  simplejson
  ujson

diff --git a/0001-hipblaslt-tensilelite-use-fedora-paths.patch b/0001-hipblaslt-tensilelite-use-fedora-paths.patch
index 0a92e7b..5741f0b 100644
--- a/0001-hipblaslt-tensilelite-use-fedora-paths.patch
+++ b/0001-hipblaslt-tensilelite-use-fedora-paths.patch
@@ -1,18 +1,18 @@
-From 1ac117ac0591a0f1bb67c34f537354c21412b2d8 Mon Sep 17 00:00:00 2001
+From 1470fad2e593c23f697f0c215d0c84177117ce8d Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
-Date: Sat, 1 Nov 2025 09:43:58 -0700
-Subject: [PATCH] hipblaslt tensilelite use fedora paths
+Date: Tue, 27 Jan 2026 10:51:51 -0800
+Subject: [PATCH] hipblaslt tensilelit use fedora paths
 
 ---
- tensilelite/Tensile/Common/GlobalParameters.py | 2 +-
- tensilelite/Tensile/Toolchain/Validators.py    | 4 ++--
+ .../hipblaslt/tensilelite/Tensile/Common/GlobalParameters.py  | 2 +-
+ .../hipblaslt/tensilelite/Tensile/Toolchain/Validators.py     | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
 
-diff --git a/tensilelite/Tensile/Common/GlobalParameters.py b/tensilelite/Tensile/Common/GlobalParameters.py
-index 567188da59bd..1f8037c183a6 100644
---- a/tensilelite/Tensile/Common/GlobalParameters.py
-+++ b/tensilelite/Tensile/Common/GlobalParameters.py
-@@ -538,7 +538,7 @@ def assignGlobalParameters(config, isaInfoMap: Dict[IsaVersion, IsaInfo]):
+diff --git a/projects/hipblaslt/tensilelite/Tensile/Common/GlobalParameters.py b/projects/hipblaslt/tensilelite/Tensile/Common/GlobalParameters.py
+index e13dc9c12026..58763a8a3b28 100644
+--- a/projects/hipblaslt/tensilelite/Tensile/Common/GlobalParameters.py
++++ b/projects/hipblaslt/tensilelite/Tensile/Common/GlobalParameters.py
+@@ -544,7 +544,7 @@ def assignGlobalParameters(config, isaInfoMap: Dict[IsaVersion, IsaInfo]):
          else:
              print2(" %24s: %8s (unspecified)" % (key, defaultValue))
  
@@ -21,13 +21,13 @@ index 567188da59bd..1f8037c183a6 100644
      if "ROCM_PATH" in os.environ:
          globalParameters["ROCmPath"] = os.environ.get("ROCM_PATH")
      if "TENSILE_ROCM_PATH" in os.environ:
-diff --git a/tensilelite/Tensile/Toolchain/Validators.py b/tensilelite/Tensile/Toolchain/Validators.py
-index fd5dab5324c0..3ce024d31f52 100644
---- a/tensilelite/Tensile/Toolchain/Validators.py
-+++ b/tensilelite/Tensile/Toolchain/Validators.py
+diff --git a/projects/hipblaslt/tensilelite/Tensile/Toolchain/Validators.py b/projects/hipblaslt/tensilelite/Tensile/Toolchain/Validators.py
+index b450c1f5a6de..5d0cd1ca8348 100644
+--- a/projects/hipblaslt/tensilelite/Tensile/Toolchain/Validators.py
++++ b/projects/hipblaslt/tensilelite/Tensile/Toolchain/Validators.py
 @@ -30,8 +30,8 @@ from typing import List, NamedTuple, Union
  
- from Tensile.Common.Utilities import isRhel8
+ from Tensile.Common.Utilities import isRhel8, print2
  
 -DEFAULT_ROCM_BIN_PATH_POSIX = Path("/opt/rocm/bin")
 -DEFAULT_ROCM_LLVM_BIN_PATH_POSIX = Path("/opt/rocm/lib/llvm/bin")

diff --git a/0001-hipblaslt-tensilelite-use-nanobind-tarball.patch b/0001-hipblaslt-tensilelite-use-nanobind-tarball.patch
index f4c8773..aaa2f2c 100644
--- a/0001-hipblaslt-tensilelite-use-nanobind-tarball.patch
+++ b/0001-hipblaslt-tensilelite-use-nanobind-tarball.patch
@@ -1,16 +1,16 @@
-From db6ea0edb963cef7e4c62cabc8f991d8176d045b Mon Sep 17 00:00:00 2001
+From 015247e04e2744640511b47360fe3708f7bd6e3a Mon Sep 17 00:00:00 2001
 From: Tom Rix <Tom.Rix@amd.com>
-Date: Sun, 23 Nov 2025 08:19:04 -0800
+Date: Tue, 27 Jan 2026 10:56:33 -0800
 Subject: [PATCH] hipblaslt tensilelite use nanobind tarball
 
 ---
- tensilelite/rocisa/CMakeLists.txt | 5 +++--
+ projects/hipblaslt/tensilelite/rocisa/CMakeLists.txt | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
-diff --git a/tensilelite/rocisa/CMakeLists.txt b/tensilelite/rocisa/CMakeLists.txt
+diff --git a/projects/hipblaslt/tensilelite/rocisa/CMakeLists.txt b/projects/hipblaslt/tensilelite/rocisa/CMakeLists.txt
 index 3918f1820d01..7705891bb7f0 100644
---- a/tensilelite/rocisa/CMakeLists.txt
-+++ b/tensilelite/rocisa/CMakeLists.txt
+--- a/projects/hipblaslt/tensilelite/rocisa/CMakeLists.txt
++++ b/projects/hipblaslt/tensilelite/rocisa/CMakeLists.txt
 @@ -20,8 +20,9 @@ if(HIPBLASLT_BUNDLE_PYTHON_DEPS)
      include(FetchContent)
      FetchContent_Declare(

diff --git a/hipblaslt.spec b/hipblaslt.spec
index 82fa82d..e2e248e 100644
--- a/hipblaslt.spec
+++ b/hipblaslt.spec
@@ -32,8 +32,8 @@
 %endif
 
 %global upstreamname hipblaslt
-%global rocm_release 7.1
-%global rocm_patch 1
+%global rocm_release 7.2
+%global rocm_patch 0
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
 %bcond_with compat
@@ -126,7 +126,7 @@ Version:        git%{date0}.%{shortcommit0}
 Release:        2%{?dist}
 %else
 Version:        %{rocm_version}
-Release:        7%{?dist}
+Release:        1%{?dist}
 %endif
 Summary:        ROCm general matrix operations beyond BLAS
 License:        MIT AND BSD-3-Clause
@@ -272,7 +272,7 @@ cd projects/hipblaslt
 %patch -P1 -p1
 %patch -P2 -p1
 %else
-%autosetup -p1 -n %{upstreamname}
+%autosetup -p3 -n %{upstreamname}
 %endif
 
 # Use PATH to find where TensileGetPath and other tensile bins are
@@ -468,6 +468,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hipblaslt/LICENSE.md
 %endif
 
 %changelog
+* Tue Jan 27 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
+- Update to 7.2.0
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 6252bda..717354f 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (hipblaslt-7.1.1.tar.gz) = 3185e399836452549330b0692fc2698b6415fab912f43a8236579ffff3cabc012688dcbc42f6b82870a6e0c7397874c65ca06277a5d3221e7a3c4d70b82be09a
 SHA512 (robin-map-1.3.0.tar.gz) = 862cb98d771d1acb692e27d1cc8a4f2cda0883b66af7b38b63ea702ed2d4fc4d49e5700ca4d5f5148fee132f36e111c4839d4f8c52c96a9c60f3937d941b2320
 SHA512 (nanobind-2.9.2.tar.gz) = 05b2541896e64bb513f915ebc09820b2d3659efa9a1a4bdda9da79a761a23d84e41db22031c02ae816b1f729dab95efcb7c888e926dbb89fb4b34c8a329d59bf
+SHA512 (hipblaslt-7.2.0.tar.gz) = 1866113e64b5ad3c5a31531b295413c4d03ffec6adc70b588590d77ee48713792a7d592fcee026193eb3fa6d43f09c573d54c475025b2f16e2b46787be448aaa

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-14 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 12:37 [rpms/hipblaslt] epel10: Update to 7.2.0 Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox