1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: rocr-runtime
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>,
Étienne Mollier <emollier@debian.org>,
Cordell Bloor <cgmb@debian.org>,
Xuanteng Huang <xuanteng.huang@outlook.com>,
Christian Kastner <ckk@debian.org>,
Mario Limonciello <superm1@gmail.com>,
Section: video
Build-Depends: architecture-is-64-bit,
clang-21,
clang-tools-21,
cmake,
debhelper-compat (= 13),
libclang-21-dev,
libdrm-dev,
libelf-dev,
libnuma-dev,
lld-21,
llvm-21-dev,
pkgconf,
rocm-device-libs-21,
xxd,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/rocm-team/rocr-runtime
Vcs-Git: https://salsa.debian.org/rocm-team/rocr-runtime.git
Homepage: https://github.com/ROCm/ROCR-Runtime/
Package: libhsa-runtime64-1
Architecture: amd64 arm64 ppc64el riscv64
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libamdhip64-5, rocm-opencl-icd (<< 6.4)
Description: HSA Runtime API and runtime for ROCm
This library provides user-mode API interfaces necessary for host applications
to launch compute kernels to available HSA ROCm kernel agents.
Package: libhsa-runtime-dev
Architecture: amd64 arm64 ppc64el riscv64
Multi-Arch: same
Section: libdevel
Depends: libhsa-runtime64-1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: HSA Runtime API and runtime for ROCm - development files
This library provides user-mode API interfaces necessary for host applications
to launch compute kernels to available HSA ROCm kernel agents.
.
This package contains the development headers.
|