composable-kernel 7.2.4-1~exp1
Package Information
| Description | Programming Model for ML Tensor Operators The Composable Kernel (CK) library provides a programming model for writing performance-critical kernels for machine learning workloads across multiple architectures (GPUs, CPUs, etc.). The CK library uses general purpose kernel languages, such as HIP C++. CK uses two concepts to achieve performance portability and code maintainability: * A tile-based programming model * Algorithm complexity reduction for complex machine learning (ML) operators. This uses an innovative technique called Tensor Coordinate Transformation. The current CK library is structured into four layers: * Templated Tile Operators * Templated Kernel and Invoker * Instantiated Kernel and Invoker * Client API |
|---|---|
| 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/composable-kernel.git (browse) |
| Tracker | https://tracker.debian.org/pkg/composable-kernel |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Version | 7.2.4-1~exp1 |
|---|---|
| Changed-By | Talha Can Havadar |
| Architecture | source amd64 all |
| Distribution | experimental |
| Date | Wed, 01 Jul 2026 13:04:45 +0200 |
| Source | composable-kernel |
Changelog
composable-kernel (7.2.4-1~exp1) experimental; urgency=medium
.
[ Talha Can Havadar ]
* New upstream version 7.2.4
* d/gbp.conf: add default config
* d/control: fix content variation on nocheck profile
* d/control: fix the Section for python3-ck4inductor
* d/rules: set LP_ENV 0 for debian
* d/copyright: add missing BSD-3-clause
.
[ Bruno Bernardo de Moura ]
* d/watch: cleanup file for monorepo
* d/control: adjust dependencies version and names
* d/rules: fix README location on temp install directory
* d/libcomposable-kernel-tests.lintian-overrides: add lintian overrides due
to hardening flag hardening=+all option
* d/control: remove ppc64el
* d/rules: rules cleanup for new build
* d/copyright: update debian packaging copyright stanzas
* d/copyright: point Source to monorepo
* d/upstream/metadata: update fields to target monorepo
* d/control: update dependencies to 7.2.3
* d/control: update Standards-Version and Homepage
* d/patches: drop unnused 0003 and 0005 patches
* d/rules: force llvm22 path
* d/rules: default HIP_PLATFORM value to amd
* d/rules: add override_dh_gencontrol
* debian: wrap-and-sort
.
[ Igor Luppi ]
* d/rules: Implement heartbeat to prevent build timeout
* d/rules: remove tmp files to reduce disk usage
* d/rules: Add LP_ENV flag for build environment thread control.dsc
| Component | main |
|---|---|
| Package-List | libcomposable-kernel-dev deb libdevel optional arch=amd64,arm64 libcomposable-kernel-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc libcomposable-kernel-tests deb libdevel optional arch=amd64,arm64 profile=!noinsttest profile:v1=!noinsttest python3-ck4inductor deb python optional arch=all |
| Section | libdevel |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: composable-kernel
Upstream-Contact: https://github.com/orgs/ROCm/people
Source: https://github.com/ROCm/rocm-libraries
Files: *
Copyright: 2018- Advanced Micro Devices, Inc. (Chao Liu, Jing Zhang)
2019- Advanced Micro Devices, Inc. (Letao Qin, Qianfeng Zhang, Liang Huang, Shaojie Wang)
2022- Advanced Micro Devices, Inc. (Anthony Chang, Chunyu Lai, Illia Silin, Adam Osewski, Poyen Chen, Jehandad Khan)
2019-2021 Advanced Micro Devices, Inc. (Hanwen Chang)
2019-2020 Advanced Micro Devices, Inc. (Tejash Shah)
2020- Advanced Micro Devices, Inc. (Xiaoyan Zhou)
2021-2022 Advanced Micro Devices, Inc. (Jianfeng Yan)
2018-2026 Advanced Micro Devices, Inc.
License: Expat
Files: debian/*
Copyright: 2025 Christian Bayle <bayle@debian.org>
2025-2026, Igor Luppi <igor.luppi@canonical.com>
2026, Bruno Bernardo de Moura <bruno.moura@canonical.com>
License: Expat
Files: include/rapidjson/msinttypes/inttypes.h
include/rapidjson/msinttypes/stdint.h
Copyright: 2006-2013 Alexander Chemeris
2015 THL A29 Limited ("Tencent Modifications")
License: BSD-3-clause
License: Expat
SPDX-License-Identifier: MIT
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.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
3. Neither the name of the product nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.