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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
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
Priority: optional
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.2
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/
Rules-Requires-Root: no
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.
Package: libhsakmt1
Section: libs
Architecture: amd64 arm64 ppc64el riscv64
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Thunk library for AMD KFD (shlib)
This package includes the user-mode API interfaces used to interact with the
ROCk driver.
.
This package contains the shared object.
Package: libhsakmt-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el riscv64
Depends: libhsakmt1 (= ${binary:Version}), ${misc:Depends},
Multi-Arch: same
Description: Thunk library for AMD KFD (dev)
This package includes the user-mode API interfaces used to interact with the
ROCk driver.
.
This package contains the development files.
|