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

Changelog

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

  * 回退到llvm-21: 高版本llvm去除了支持.

 -- liwenjun <email address hidden>  Wed, 10 Jun 2026 15:28:57 +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

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-ok3.debian.tar.xz 12.6 KiB 3f50c11939f5704b20bb3fba22d9364f1858fc39050bd8e88e5b5249c89f382a
rocm-llvm_7.1.1+dfsg-ok3.dsc 2.6 KiB e70c7e19122af831f48339a08397e9d69423c4f23e48dbfa3ad3b2b131aa40df

Available diffs

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.