hipblaslt 7.2.4+dfsg-1~exp1
Package Information
| Description | ROCm library for extended general matrix-matrix operations - library hipBLASLt is a library for general matrix-matrix operations that extends the traditional BLAS interface to support more options controlling data layout, data types, and algorithm selection. The hipBLASLt library is implemented in the HIP programming language and is supplemented by tuned assembly kernels. The hipBLASLt library helps users port code using cuBLASLt to the AMD ROCm platform. It is used by PyTorch for accelerating operations on MI200 and MI300 GPU hardware. This package provides the AMD ROCm hipBLASLt library. |
|---|---|
| Maintainer | Debian ROCm Team <debian-ai@lists.debian.org> |
| Changed By | Talha Can Havadar <havadartalha@gmail.com> |
| Sponsor | bayle@debian.org |
| Distribution | experimental |
| Architecture | amd64 arm64 all |
| VCS | git: https://salsa.debian.org/rocm-team/hipblaslt.git (browse) |
| Popcon Installs | 2 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/hipblaslt |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | experimental |
|---|---|
| Date | Thu, 18 Jun 2026 17:21:19 +0200 |
| Source | hipblaslt |
| Version | 7.2.4+dfsg-1~exp1 |
| Changed-By | Talha Can Havadar |
| Architecture | source amd64 all |
Changelog
hipblaslt (7.2.4+dfsg-1~exp1) experimental; urgency=medium
.
[ Talha Can Havadar ]
* New upstream version 7.2.4+dfsg
* d/rules: skip gfx950 as tensilelite doesn't have kernels for it
* d/libhipblaslt1.lintian-overrides: remove mismatched overrides
* d/{control,rules}: fix content variation on nocheck profile
* d/rules: filter out the targets list below as they are not supported by
tensilelite
- gfx803
- gfx900
- gfx906
- gfx1010
.
[ Igor Luppi ]
* d/control: update build-depends for ROCm v7.1
* d/p/0013-fix-arm64-immintrin-include.patch: New patch for arm64
* d/copyright: track hipblaslt from ROCm/rocm-libraries releases
* d/copyright: update copyright year and include new contributors
* d/control: bump Standards-Version to 4.7.4
* d/control: remove redundant Priority and Rules-Requires-Root fields
* d/rules: set DPKG_GENSYMBOLS_CHECK_LEVEL = 4
* d/control: bump rocm dependencies to 7.2.x and pkg-rocm-tools to (>=0.9.8~)
* d/control: update Homepage
* d/rules: bump standard llvm from 21 to 22
* d/p: drop 0005-Add-gfx1102-arch.patch
* d/p/0005-origami-mut.patch: add DEP-3 headers and refresh
* d/p/0014-fix-hipconfig-version-parsing.patch: fix hipconfig --version regex
* d/p/0009-fix-amdclang.patch: update to LLVM 22 versioned toolchain names
* d: remove dead librocblaslt-dev.docs leftover from rocblaslt rename
* d/upstream/metadata: add upstream metadata pointing to rocm-libraries
monorepo
* d/t/control: update clang-tools dependency to version 22
* d: wrap-and-sort
.
[ Bojan Aleksovski ]
* d/rules: update ROCm_ISA targets via pkg-rocm-tools and filtering
(LP: #2143315)
* d/control: add XB-X-ROCm-GPU-Architecture metadata to
libhipblaslt1-{tests,bench}
* d/rules: add override_dh_gencontrol for Vrocm:GPU-Architecture.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libhipblaslt-dev deb libdevel optional arch=amd64,arm64 libhipblaslt-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc libhipblaslt1 deb libs optional arch=amd64,arm64 libhipblaslt1-bench deb libdevel optional arch=amd64,arm64 profile=!noinsttest profile:v1=!noinsttest libhipblaslt1-tests deb libdevel optional arch=amd64,arm64 profile=!noinsttest profile:v1=!noinsttest libhipblaslt1-tests-data deb libdevel optional arch=all profile=!noinsttest profile:v1=!noinsttest |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hipBLASLt
Source: https://github.com/ROCm/rocm-libraries/releases
Files-Excluded: tensilelite/Tensile/CustomKernels/Custom*.s
Comment:
The custom kernels have been excluded because the original sources
have not been provided. The excluded kernels are machine code that
has been encoded using .long directives.
Use origami tarball as a component.
Files: *
Copyright: 2015-2025, Advanced Micro Devices, Inc.
License: Expat
Files: origami/*
Copyright: 2025, Advanced Micro Devices, Inc.
License: Expat
Comment:
Origami is a shared component of rocm-libraries, with the same license
as hipBLASLt
Files: debian/*
Copyright: 2024, Kari Pahula <kaol@debian.org>
2025, Cordell Bloor <cgmb@slerp.xyz>
2025, Christian Bayle <bayle@debian.org>
2026, Igor Luppi <igor.luppi@canonical.com>
License: Expat
Files: clients/bench/include/program_options.hpp
Copyright: 2020-2022, Advanced Micro Devices, Inc.
License: Expat
Comment:
This file mentions that it emulates the required functionality of
boost::program_options (which is copyright 2002-2004 Vladimir Prus
and licensed BSL-1.0).
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.