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
|
Source: rocr-runtime
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>,
Norbert Preining <norbert@preining.info>,
Maxime Chambonnet <maxzor@maxzor.eu>,
Étienne Mollier <emollier@debian.org>
Section: video
Priority: optional
Build-Depends: clang-15,
clangd-15,
clang-format-15,
clang-tidy-15,
clang-tools-15,
cmake,
debhelper-compat (= 13),
libclang-15-dev,
libelf-dev,
libhsakmt-dev (>= 5.2.0~),
libmlir-15-dev,
lld-15,
llvm-15-dev,
mlir-15-tools,
rocm-device-libs (>= 5.2.0~),
xxd
Standards-Version: 4.6.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/RadeonOpenCompute/ROCR-Runtime/
Rules-Requires-Root: no
Package: libhsa-runtime64-1
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
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: any
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.
|