rocm-hipamd 5.7.1-3 source package in Ubuntu

Changelog

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

  * Add d/p/0035-optional-device-libs-find-package.patch to make
    rocm-device-libs-17 an optional dependency in hip-config.cmake.
  * Add d/p/0036-fix-clangrt-check-for-c.patch to provide consistent
    status information from hip-config.cmake about compiler-rt when
    configuring C and C++ projects.
  * Add d/p/0037-deduplicate-cmake-messages.patch to reduce the verbosity
    of hip-config.cmake.

 -- Cordell Bloor <email address hidden>  Tue, 26 Mar 2024 00:42:03 -0600

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rocm-hipamd_5.7.1-3.dsc 3.3 KiB c35c3c408c8b2dd205b88a137cc285cd85ab779eb988bda89d44bd07a427ebf6
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-3.debian.tar.xz 23.3 KiB f1c6e80587fc24fb78be28b366fd37704c5e7169cd96f0bf16ccf622c39f4e0b

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