rocm-hipamd 7.1.0-ok1 source package in openKylin
Changelog
rocm-hipamd (7.1.0-ok1) huanghe; urgency=medium * Build for openKylin 3.0. -- liwenjun <email address hidden> Mon, 18 May 2026 11:24:46 +0800
rocm-hipamd (7.1.0-ok1) huanghe; urgency=medium * Build for openKylin 3.0. -- liwenjun <email address hidden> Mon, 18 May 2026 11:24:46 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | devel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| rocm-hipamd_7.1.0.orig-hip.tar.xz | 1.0 MiB | 6e52652014719758c0db458b4a4fd6e3701e325e2378f73fd7d2091ac2eb6e7e |
| rocm-hipamd_7.1.0.orig.tar.xz | 1.2 MiB | 89b902cdcc1574302c058289c6b10d7cb4d32e2dd57dd9a4a56e9688bb5dc368 |
| rocm-hipamd_7.1.0-ok1.debian.tar.xz | 19.5 KiB | 7724e162361d3239e0c938b12b6c28949e2f2d52782c65e890fa2d42d19ff421 |
| rocm-hipamd_7.1.0-ok1.dsc | 2.9 KiB | 4395b4f324dddd55a90069756da98be2c9ea093b814452b1f3738a40e528f3d5 |
This package provides tools used in building, profiling and inspecting
HIP programs. It provides the roc-obj family of tools for examining and
extracting the GPU code objects within executables, the hipdemangleatp
tool used to make any kernel names emitted by the rocm-profiler more
readable, and the hipcc_cmake_
conjunction with FindHIP.cmake.
The libamdhip64 library provides the implementation of the Heterogeneous
Interface for Portability (HIP) runtime for AMD GPUs. It is a foundational
library used by nearly all HIP programs, including many higher-level components
of the ROCm GPU compute stack, such as rocRAND, rocBLAS, rocFFT, and rocSPARSE.
.
This package provides the HIP runtime library for the AMD platform.
The libamdhip64 library provides the implementation of the Heterogeneous
Interface for Portability (HIP) runtime for AMD GPUs. It is a foundational
library used by nearly all HIP programs, including many higher-level components
of the ROCm GPU compute stack, such as rocRAND, rocBLAS, rocFFT, and rocSPARSE.
.
The HIP runtime headers can be used to build programs for either AMD GPUs
or NVIDIA GPUs, depending on what HIP platform is defined. When building for
AMD GPUs, the HIP runtime functions are implemented by the libamdhip64 library,
but when building for NVIDIA GPUs, the HIP runtime functions are defined as
header-only wrappers around CUDA runtime functions.
.
This package provides HIP runtime headers.
HIP Runtime Compilation (HIPRTC) enables programs to dynamically compile GPU
kernels from source at runtime using the HIPRTC interface. The HIPRTC
functions accept HIP source code as character strings and compile the sources
in-process.
.
This package provides the HIPRTC builtins library.
HIP Runtime Compilation (HIPRTC) enables programs to dynamically compile GPU
kernels from source at runtime using the HIPRTC interface. The HIPRTC
functions accept HIP source code as character strings and compile the sources
in-process.
.
This package provides the HIPRTC library.
This package contains the ROCm implementation of the OpenCL (Open
Computing Language) library for AMD GPUs, which is intended for use
with an ICD loader. OpenCL provides a standardized interface for
computational analysis on graphical processing units.