# There are currently four upstream source repositories (and thus tarballs) # for this single source package: # hipamd, hip, rocclr and opencl-runtime # This is often called MUT for multi-upstream tarballs, in documentation. Source: rocm-hipamd Section: devel Homepage: https://github.com/rocm-developer-tools/hipamd Priority: optional Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/rocm-team/rocm-hipamd.git Vcs-Browser: https://salsa.debian.org/rocm-team/rocm-hipamd Maintainer: Debian ROCm Team Uploaders: Maxime Chambonnet , Étienne Mollier , Cordell Bloor , Christian Kastner , Build-Depends: debhelper-compat (= 13), clang-15, clang-format-15, clang-tidy-15, clang-tools-15 , clangd-15, cmake, libamd-comgr-dev (>= 5.2.0~), libclang-15-dev, libhsa-runtime-dev (>= 5.2.0~), libnuma-dev, librocm-smi-dev (>= 5.2.0~) , lld-15 , llvm-15-dev, mesa-common-dev, mlir-15-tools, libmlir-15-dev, patchelf, rocm-device-libs (>= 5.2.0~) , zlib1g-dev Rules-Requires-Root: no # Targets of the amdhip upstream repository Package: hipcc Architecture: any Depends: ${misc:Depends}, clang-15, llvm-15, lld-15, clang-tools-15, rocm-device-libs, rocminfo, libamdhip64-dev, libclang-common-15-dev (<< 1:15.0.6-5~exp1) | libclang-rt-15-dev (>= 1:15.0.6-5~exp1), file, # roc-obj* dependencies: libfile-which-perl, liburi-encode-perl Description: 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. Package: libamdhip64-5 Section: libs Architecture: any Depends: libamd-comgr2, ${misc:Depends}, ${shlibs:Depends} Description: 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. Package: libamdhip64-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libamdhip64-5 (= ${binary:Version}), libhiprtc-builtins5 (= ${binary:Version}), libamd-comgr-dev, libhsa-runtime-dev Description: Header files for the AMD implementation of HIP The libamdhip64 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. Package: libhiprtc-builtins5 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: 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. # Targets of the opencl upstream repository # OpenCL ICD loader - currently "not-installed" # /!\ This one is tricky, it is already provided by # ocl-icd-libopencl1 by vdanjean@debian.org, auto-installed (?) # Package: libopencl # Architecture: all # Conflicts: ocl-icd-libopencl1 # Depends: ${misc:Depends} # Description: TODO # OpenCL implementation # strip the 64 in package name? # Package: libamdocl64 # Architecture: all # Depends: ${misc:Depends} # Description: TODO # # Targets of the rocclr upstream repository # Package: librocclr # Architecture: all # Depends: ${misc:Depends} # Description: TODO