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
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
| Series | Published | Component | Section |
|---|
| 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 |
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.
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/
.
This package contains the development files.
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/
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.