rocm-hipamd 5.2.3-12 source package in Ubuntu

Changelog

rocm-hipamd (5.2.3-12) unstable; urgency=medium

  * Fix FTBFS with gcc-13 due to an error in HIP Graph host-to-host
    memcpy (which is not functional in this version of rocm-hipamd
    or any previous version).

 -- Cordell Bloor <email address hidden>  Sun, 23 Jul 2023 16:03:51 -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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
rocm-hipamd_5.2.3-12.dsc 3.6 KiB b3abd013b4b186ac5423cb21f17e9325bb887c99cb0a7c298bba46e797301f54
rocm-hipamd_5.2.3.orig-clr.tar.gz 607.7 KiB 0493c414d4db1af8e1eb30a651d9512044644244488ebb13478c2138a7612998
rocm-hipamd_5.2.3.orig-hip.tar.gz 1.0 MiB 5b83d1513ea4003bfad5fe8fa741434104e3e49a87e1d7fad49e5a8c1d06e57b
rocm-hipamd_5.2.3.orig-opencl.tar.gz 983.1 KiB 932ea3cd268410010c0830d977a30ef9c14b8c37617d3572a062b5d4595e2b94
rocm-hipamd_5.2.3.orig.tar.gz 353.9 KiB 5031d07554ce07620e24e44d482cbc269fa972e3e35377e935d2694061ff7c04
rocm-hipamd_5.2.3-12.debian.tar.xz 26.3 KiB 9c8e7d650f8e10ea5f13fb0d81df1fd843e93839dd630d50b6fe93a0df26b7ef

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