Package: wnpp Severity: wishlist Owner: Christian Kastner <c...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : composable-kernel Version : 0+git20230816 Upstream Author : Advanced Micro Devices, Inc. * URL : https://github.com/ROCmSoftwarePlatform/composable_kernel * License : MIT Programming Lang: C++ Description : library for writing performance critical kernels for ML workloads Composable Kernel (CK) library aims to provide a programming model for writing performance critical kernels for machine learning workloads across multiple architectures including GPUs, CPUs, etc, through general purpose kernel languages, like HIP C++. CK utilizes two concepts to achieve performance portability and code maintainability: * A tile-based programming model * Algorithm complexity reduction for complex ML operators, using innovative technique we call "Tensor Coordinate Transformation". This is needed by MIOpen, which is also in the process of being packaged. This will be maintained by the Debian ROCm Team.