rocm-llvm 7.1.1+dfsg-ok4 source package in openKylin

Changelog

rocm-llvm (7.1.1+dfsg-ok4) huanghe; urgency=medium

  * d/control: 降级hipcc依赖到libstdc++-15-dev.

 -- liwenjun <email address hidden>  Mon, 20 Jul 2026 11:02:19 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
李文俊
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
amd64 arm64 ppc64el
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main devel

Downloads

File Size SHA-256 Checksum
rocm-llvm_7.1.1+dfsg.orig.tar.xz 318.6 KiB 5546e11223730fbba1147f5ceb06a1608d0871ecfce201cd76d5dfcfbf9e521d
rocm-llvm_7.1.1+dfsg-ok4.debian.tar.xz 12.7 KiB ae1da6754ec07c93fe6d50be39626bf0b6e625f55b60fb83f16009e30a12f1a2
rocm-llvm_7.1.1+dfsg-ok4.dsc 2.6 KiB 33190f0219239aa9eabe59d5478040cc30991dbe37694798c70e75c6ff9ab4f3

View changes file

Binary packages built by this source

hipcc: C++ Runtime API and Kernel Language for AMD and NVIDIA GPUs

 HIP (Heterogeneous Interface for Portability) is a C++ Runtime API and Kernel
 Language that allows developers to create portable applications for AMD and
 NVIDIA GPUs from single source code.
 .
 Key features include:
 .
  * HIP is very thin and has little or no performance impact over coding
    directly in CUDA mode;
  * HIP allows coding in a single-source C++ programming language including
    features such as templates, C++11 lambdas, classes, namespaces, and more;
  * HIP allows developers to use the "best" development environment and tools
    on each target platform;
  * the HIPify tools automatically convert source from CUDA to HIP;
  * developers can specialize for the platform (CUDA or AMD) to tune for
    performance or handle tricky cases.
 .
 New projects can be developed directly in the portable HIP C++ language and
 can run on either NVIDIA or AMD platforms. Additionally, HIP provides porting
 tools which make it easy to port existing CUDA codes to the HIP layer, with no
 loss of performance as compared to the original CUDA application. HIP is not
 intended to be a drop-in replacement for CUDA, and developers should expect to
 do some manual coding and performance tuning work to complete the port.
 .
 This package provides the compiler to compile the HIP source programs.

hipcc-dbgsym: debug symbols for hipcc
libamd-comgr-dev: ROCm code object manager - development package

 The Code Object Manager is a shared library which provides operations for
 creating and inspecting LLVM code objects. See the documentation in the
 header file /usr/include/amd_comgr/amd_comgr.h .
 .
 This package contains the development files.

libamd-comgr3: ROCm code object manager

 The Code Object Manager is a shared library which provides operations for
 creating and inspecting LLVM code objects. See the documentation in the
 header file /usr/include/amd_comgr/amd_comgr.h .

libamd-comgr3-dbgsym: debug symbols for libamd-comgr3
rocm-device-libs-21: AMD specific device-side language runtime libraries

 Set of AMD specific device-side language runtime libraries, specifically: the
 Open Compute library controls, the Open Compute Math library, the Open Compute
 Kernel library, the OpenCL built-in library, the HIP built-in library, and the
 Heterogeneous Compute built-in library.