DFSG NEW Queue

DFSG, Licensing & New Packages Team

rocwmma 7.2.4-1~exp1

Package Information

Descriptiondevelopment files for rocWMMA C++ library

rocWMMA is a C++ library for accelerating mixed-precision matrix multiply-accumulate (MMA) operations leveraging AMD GPU hardware. rocWMMA makes it easier to break down MMA problems into fragments and distribute block-wise MMA operations in parallel across GPU wavefronts. The API consists of a header library, that can be used to compile MMA acceleration directly into GPU kernel device code. This can benefit from compiler optimization in the generation of kernel assembly, and doesn't incur additional overhead costs of linking to external runtime libraries or having to launch separate kernels.

Development files and headers for rocwmma.

MaintainerDebian ROCm Team <debian-ai@lists.debian.org>
Changed ByTalha Can Havadar <havadartalha@gmail.com>
Sponsorbayle@debian.org
Distributionexperimental
Architectureall amd64 arm64
Trackerhttps://tracker.debian.org/pkg/rocwmma
Uploaded3 hours ago

New Package Report

.changes
Sourcerocwmma
Version7.2.4-1~exp1
Changed-ByTalha Can Havadar
Architecturesource all amd64
Distributionexperimental
DateMon, 08 Jun 2026 08:57:05 +0200
Changelog
rocwmma (7.2.4-1~exp1) experimental; urgency=medium
 .
   * New upstream version 7.2.4
   * d/{ci/*,salsa-ci.yml}: update ci configuration for debian experimental
   * d/p/0001-remove-unknown-compiler-options.patch: some compiler options not
     available in upstream llvm-21
   * debian/control: update for initial package build
     - update build-depends
     - update build-depends-indep for documentation build with rocm-docs
   * debian/rules: use hipcc to build with hardened flags
   * debian/watch: add watch file
   * d{bin/run-tests, librocwmma-tests.install}: add librocwmma-tests files
   * d/librocwmma-tests.install: add files to be installed
   * d/librocwmma-dev.install: add development files to be installed
   * d/{librocwmma-docs.docs, librocwmma-docs.doc-base}: add documentation
     configuration files
   * debian/not-installed: do not install internal headers and Test CMake files
   * d/p/0002-do-not-treat-doxygen-warnings-as-errors.patch: to fix missing docs
     issue
   * d/rules: add version information to docs
   * d/copyright: update copyright to include debian files
   * d/upstream/metadata: update for rocWMMA
   * d/tests/control: add autopkgtest for rocwmma
   * d/rules: use filtered GPU_TARGETS instead of rocm-target-arch
     not all GPU_TARGETS are supported by upstream rocWMMA project we need to
     use `library/include/rocwmma/internal/config.hpp` as reference for
     supported gpu architectures
   * d/p/0003-fix-arm64-mcmodel-large-failure.patch: no mcmodel for arm64
   * d/rules: limit the number of jobs based on available memory
   * d/control: build librocwmma-tests for amd64 and arm64 only
   * d/rules: turn off build samples and turn on offload compress
   * d/{control, librocwmma-tests-validate.install}: split librocwmma-tests
   * d/gbp.conf: create initial config
   * d/control: bump ROCm dependencies to minimum 7.2.0
     hipcc needs to be bumped to 7.2.4 due to hipconfig change
   * d/control: bump Standards-Version to 4.7.4
   * d/{control, rules}: add XB-X-ROCm-GPU-Architecture to the packages that has
     binaries
   * d/{control, rules}: bump llvm dependencies to 22 and update paths
   * d/{librocwmma-dev.install,not-installed,rules}: update for new cmake files
   * d/{control, rules}: use lld from llvm-22
     default ld has 16-bit section header cap and with all the architectures
     we have enabled in rocwmma we are hitting that limit. Opted for lld
     since it doesn't have the cap.
.dsc
Sectionlibdevel
Priorityoptional
Componentmain
Package-Listlibrocwmma-dev deb libdevel optional arch=all
librocwmma-docs deb doc optional arch=all
librocwmma-tests deb devel optional arch=amd64,arm64
librocwmma-tests-validate deb devel optional arch=amd64,arm64
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rocwmma
Upstream-Contact: https://github.com/ROCm/rocWMMA/issues/new
Source: https://github.com/rocm/rocwmma


Files: *
Copyright: 2016-2025 Advanced Micro Devices, Inc.
License:   Expat

Files: debian/*
Copyright: 2026, Talha Can Havadar <talha.can.havadar@canonical.com>
           2026, Canonical Ltd.
License:   Expat

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.

Back to Dashboard | View all reviews for this package