rocm-hipamd 5.2.3-13 source package in Ubuntu

Changelog

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

  * Add debian/clean (Closes: #1046076)

 -- Christian Kastner <email address hidden>  Thu, 14 Sep 2023 15:48:26 +0200

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

Downloads

File Size SHA-256 Checksum
rocm-hipamd_5.2.3-13.dsc 3.6 KiB e510d066911d38fc36bd3a5c08bc21c191da9693ff6d9c57dbe5e703c56d75db
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-13.debian.tar.xz 26.3 KiB 8a9b124c4946ee71f79e1cd422de09b98e35e62bf92f49562c071326116c613d

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