rocm-hipamd 5.7.1-4 source package in Ubuntu

Changelog

rocm-hipamd (5.7.1-4) unstable; urgency=medium

  * Enable OpenCL in rocm-opencl-icd.  Set Breaks on mesa-opencl-icd and
    pocl-opencl-icd since having either causes an LLVM load error.

 -- Kari Pahula <email address hidden>  Tue, 02 Jul 2024 12:22:54 +0300

Upload details

Uploaded by:
Debian Deep Learning Team
Uploaded to:
Sid
Original maintainer:
Debian Deep Learning Team
Architectures:
amd64 arm64 ppc64el all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rocm-hipamd_5.7.1-4.dsc 3.4 KiB 2b0db5ec10c6d3c3777598b564f57544cd270842271ad7aba676d765feefe97a
rocm-hipamd_5.7.1.orig-hip.tar.gz 540.8 KiB eaa0e14a9ae45c58ed37863797b683a7778b3cbbf92f5b6529ec65fd61d61f3e
rocm-hipamd_5.7.1.orig-hipcc.tar.gz 35.7 KiB d47d27ef2b5de7f49cdfd8547832ac9b437a32e6fc6f0e9c1646f4b704c90aee
rocm-hipamd_5.7.1.orig.tar.gz 1.9 MiB c78490335233a11b4d8a5426ace7417c555f5e2325de10422df06c0f0f00f7eb
rocm-hipamd_5.7.1-4.debian.tar.xz 23.7 KiB 60edadac3a4dac23f696f52cfe7bdfd2620280c50b8debf48fb2e1107c7b71d1

Available diffs

No changes file available.

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.

libamdhip64-5: Heterogeneous Interface for Portability - AMD GPUs implementation

 This package is central to the ROCm stack. It is at the exchange point between
 the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc,
 and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc.

libamdhip64-dev: Header files for the AMD implementation of HIP

 The libamdhip64 library is central to the ROCm stack. It is at the exchange
 point between the low-level libraries - kernel module ROCk, thunk ROCt,
 runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT,
 rocSPARSE, etc.
 .
 This package provides headers to the libamdhip64.

libamdhip64-doc: HIP Runtime Documentation

 The libamdhip64 library is central to the ROCm stack. It is at the exchange
 point between the low-level libraries - kernel module ROCk, thunk ROCt,
 runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT,
 rocSPARSE, etc.
 .
 This package provides documentation for the HIP runtime interfaces.

libhiprtc-builtins5: HIP Run Time Compilation libraries

 HIP allows one to compile kernels at runtime with its hiprtc* APIs. hipRTC
 APIs accept HIP source files in character string format as input parameters
 and create handles of programs by compiling the HIP source files without
 spawning separate processes.

libhiprtc-builtins5-dbgsym: debug symbols for libhiprtc-builtins5
rocm-opencl-icd: ROCm implementation of OpenCL API - ICD runtime

 This package contains the ROCm implementation of the OpenCL (Open
 Compute 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.