sci-libs/hipBLASLt
General matrix-matrix operations library for AMD Instinct accelerators
-
hipBLASLt-7.2.0~amd64+amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx950 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1103 +amdgpu_targets_gfx1150 +amdgpu_targets_gfx1151 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 benchmark roctracer test +llvm_slot_22
View
Download
Browse License: MIT Overlay: gentoo -
hipBLASLt-7.1.0-r2~amd64+amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx950 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1103 +amdgpu_targets_gfx1150 +amdgpu_targets_gfx1151 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 benchmark roctracer test +llvm_slot_20
View
Download
Browse License: MIT Overlay: gentoo -
hipBLASLt-7.0.2-r2~amd64+amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx940 +amdgpu_targets_gfx941 +amdgpu_targets_gfx942 +amdgpu_targets_gfx950 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1103 +amdgpu_targets_gfx1150 +amdgpu_targets_gfx1151 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 benchmark roctracer test +llvm_slot_20
View
Download
Browse License: MIT Overlay: gentoo -
hipBLASLt-6.4.3~amd64+amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx940 +amdgpu_targets_gfx941 +amdgpu_targets_gfx942 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1103 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 +amdgpu_targets_gfx1150 +amdgpu_targets_gfx1151 benchmark roctracer test +llvm_slot_20
View
Download
Browse License: MIT Overlay: gentoo
ChangeLog
commit d26e488d095396a8343a1053601f18f59982a8df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 10:04:12 2026 +0200
*/*: drop dead Python targets from PYTHON_COMPAT
139 ebuilds across 65 packages still listed python3_10, python3_11 or
python3_13t. None of the three is a supported implementation any more:
gentoo's python-utils-r1 sets _PYTHON_ALL_IMPLS to python3_ plus
python3_t, and everything older falls into the branch commented
"implementations deprecated prior to EAPI 9 are fatal".
Inert today, which is why nothing caught it. Targets outside
_PYTHON_ALL_IMPLS are silently dropped rather than rejected, so they
never became USE flags and never produced a dependency atom -- an ebuild
declaring python3_ was only ever offering 12, 13 and 14.
Two reasons to clean them up anyway. The eclass branch they land in
dies for any EAPI other than 7 or 8, so all 139 are waiting to break on
the first EAPI 9 bump. And pkgcheck's OldPythonCompat is a git-scoped
check that only inspects ebuilds touched in a commit range, so it never
reports these on a full-tree scan and would instead fire on whichever
unrelated commit next touches one of them.
No revbump, because nothing observable changes. Verified on a sample
spanning every transformation shape that the python USE flags portage
offers are byte-identical before and after, and that a pkgcheck run
over all 65 packages returns a set-identical list of findings.
The eight python2_7 ebuilds are deliberately untouched: that target is
also absent from _PYTHON_ALL_IMPLS, but they reach it through the
_PYTHON_ALLOW_PY27 hatch in the overlay's forked python-utils-r1_py2.
commit 7c384c8cac70105c06770e0ccb7af0fc295f2471
Author: Raukaan Cogbrother <cogbrother@raukaan.local>
Date: Sun May 31 03:29:35 2026 +0200
metadata: normalize tab → 2-space indent in 42 imported files
42 metadata.xml files inherited tab indentation from their origin
overlays (mostly the ROCm cluster, plus a handful of dev-python and
AMD-tooling imports). The overlay convention is 2-space; this brings
them in line with the other 498 files. Maintainer attributions
preserved verbatim.
commit 94c24af27389243e8a0016222738616305dfb23e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 16:49:08 2026 +0200
sci-libs: fix hipBLASLt/hipsparselt double-wrap unpack for ROCm 7.2.4
Both ebuilds kept a custom src_unpack that mkdir'd hipblaslt/, origami/
(and hipsparselt/) wrapper dirs and unpacked into them — a workaround for
7.2.3's flat release-asset tarballs. The rocm-7.2.4 tarballs now carry
those top-level dirs themselves, so the manual wrap double-nested them
(work/hipblaslt/hipblaslt/...) and src_prepare died: S/ORIGAMI_S/
HIPBLASLT_S pointed at the outer wrapper, missing tensilelite/Tensile.
Unpack the self-rooting tarballs directly, matching the dev-util/hip and
dev-libs/rocm-opencl-runtime fix.
commit b092be0e5c92ffdb21bcdec72f23c58a29e0bcc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 14:12:06 2026 +0200
sci-libs/hipBLASLt: add 7.2.4
commit 059a510ab7c58104d38e4460fd94950759a9ab3a
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 8 20:18:18 2026 +0200
sci-libs/hipBLASLt: drop stale patches superseded by 7.2.3
commit 9cb07a7e21de52d7e3442d77035678d50e83e1ab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 6 10:56:27 2026 +0200
sci-libs/hipBLASLt: 7.2.3 add src_unpack for flat upstream tarballs
The 7.2.3 hipblaslt.tar.gz and origami.tar.gz from ROCm/rocm-libraries both unpack
flat — they share top-level cmake/, CMakeLists.txt, etc., so extracting them into
$ together would collide. Add src_unpack to extract each into its own
hipblaslt/ and origami/ subdir; ORIGAMI_S already points at $/origami.
commit 10ce5e413267259322e5781610f1de784ba396d4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 6 01:58:15 2026 +0200
sci-libs/hipBLASLt: add 7.2.3
commit 8a7082f1ba65632398134de525d263330415ac96
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:51:11 2025 +0100
*/*: drop rocm/hip as newer version is in main tree
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit cfa997ed467a25f0a98e30e69523013fb12b4136
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Oct 18 14:26:09 2025 +0200
added rocm and HIP v. 6.4.4 for now, as main tree lags
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 10:04:12 2026 +0200
*/*: drop dead Python targets from PYTHON_COMPAT
139 ebuilds across 65 packages still listed python3_10, python3_11 or
python3_13t. None of the three is a supported implementation any more:
gentoo's python-utils-r1 sets _PYTHON_ALL_IMPLS to python3_ plus
python3_t, and everything older falls into the branch commented
"implementations deprecated prior to EAPI 9 are fatal".
Inert today, which is why nothing caught it. Targets outside
_PYTHON_ALL_IMPLS are silently dropped rather than rejected, so they
never became USE flags and never produced a dependency atom -- an ebuild
declaring python3_ was only ever offering 12, 13 and 14.
Two reasons to clean them up anyway. The eclass branch they land in
dies for any EAPI other than 7 or 8, so all 139 are waiting to break on
the first EAPI 9 bump. And pkgcheck's OldPythonCompat is a git-scoped
check that only inspects ebuilds touched in a commit range, so it never
reports these on a full-tree scan and would instead fire on whichever
unrelated commit next touches one of them.
No revbump, because nothing observable changes. Verified on a sample
spanning every transformation shape that the python USE flags portage
offers are byte-identical before and after, and that a pkgcheck run
over all 65 packages returns a set-identical list of findings.
The eight python2_7 ebuilds are deliberately untouched: that target is
also absent from _PYTHON_ALL_IMPLS, but they reach it through the
_PYTHON_ALLOW_PY27 hatch in the overlay's forked python-utils-r1_py2.
commit 7c384c8cac70105c06770e0ccb7af0fc295f2471
Author: Raukaan Cogbrother <cogbrother@raukaan.local>
Date: Sun May 31 03:29:35 2026 +0200
metadata: normalize tab → 2-space indent in 42 imported files
42 metadata.xml files inherited tab indentation from their origin
overlays (mostly the ROCm cluster, plus a handful of dev-python and
AMD-tooling imports). The overlay convention is 2-space; this brings
them in line with the other 498 files. Maintainer attributions
preserved verbatim.
commit 94c24af27389243e8a0016222738616305dfb23e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 16:49:08 2026 +0200
sci-libs: fix hipBLASLt/hipsparselt double-wrap unpack for ROCm 7.2.4
Both ebuilds kept a custom src_unpack that mkdir'd hipblaslt/, origami/
(and hipsparselt/) wrapper dirs and unpacked into them — a workaround for
7.2.3's flat release-asset tarballs. The rocm-7.2.4 tarballs now carry
those top-level dirs themselves, so the manual wrap double-nested them
(work/hipblaslt/hipblaslt/...) and src_prepare died: S/ORIGAMI_S/
HIPBLASLT_S pointed at the outer wrapper, missing tensilelite/Tensile.
Unpack the self-rooting tarballs directly, matching the dev-util/hip and
dev-libs/rocm-opencl-runtime fix.
commit b092be0e5c92ffdb21bcdec72f23c58a29e0bcc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 29 14:12:06 2026 +0200
sci-libs/hipBLASLt: add 7.2.4
commit 059a510ab7c58104d38e4460fd94950759a9ab3a
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri May 8 20:18:18 2026 +0200
sci-libs/hipBLASLt: drop stale patches superseded by 7.2.3
commit 9cb07a7e21de52d7e3442d77035678d50e83e1ab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 6 10:56:27 2026 +0200
sci-libs/hipBLASLt: 7.2.3 add src_unpack for flat upstream tarballs
The 7.2.3 hipblaslt.tar.gz and origami.tar.gz from ROCm/rocm-libraries both unpack
flat — they share top-level cmake/, CMakeLists.txt, etc., so extracting them into
$ together would collide. Add src_unpack to extract each into its own
hipblaslt/ and origami/ subdir; ORIGAMI_S already points at $/origami.
commit 10ce5e413267259322e5781610f1de784ba396d4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 6 01:58:15 2026 +0200
sci-libs/hipBLASLt: add 7.2.3
commit 8a7082f1ba65632398134de525d263330415ac96
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:51:11 2025 +0100
*/*: drop rocm/hip as newer version is in main tree
Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>
commit cfa997ed467a25f0a98e30e69523013fb12b4136
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Oct 18 14:26:09 2025 +0200
added rocm and HIP v. 6.4.4 for now, as main tree lags

