File: control

package info (click to toggle)
pkg-rocm-tools 0.9.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: sh: 1,510; makefile: 29
file content (82 lines) | stat: -rw-r--r-- 2,890 bytes parent folder | download | duplicates (2)
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
76
77
78
79
80
81
82
Source: pkg-rocm-tools
Section: devel
Homepage: https://salsa.debian.org/rocm-team/pkg-rocm-tools
Priority: optional
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rocm-team/pkg-rocm-tools.git
Vcs-Browser: https://salsa.debian.org/rocm-team/pkg-rocm-tools
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, help2man, python3
Rules-Requires-Root: no

Package: pkg-rocm-tools
Architecture: all
Depends: ${misc:Depends},
Suggests: rocm-podman-support | rocm-qemu-support
Description: Utilities for adding ROCm support to packages
 This package contains various utilities which should facilitate
 adding ROCm support in packages.
 .
 These include:
  * rocm-test-launcher Launches tests making use of AMD GPUs, and
                       optionally exports system information
 .
 Currently, this only works with amd64 guests on amd64 hosts.

Package: rocm-qemu-support
Architecture: all
Depends: autopkgtest (>= 5.38+rocm2),
         ovmf,
         qemu-system-x86,
         qemu-user (>= 9.1~) | qemu-user-static,
         qemu-utils,
         vmdb2,
         zerofree,
         ${python3:Depends},
         ${misc:Depends},
Recommends: apt-cacher-ng | apt-cacher | approx
Description: Utilities for working with ROCm inside QEMU VMs
 This package contains various utilities that facilitate working with
 ROCm packages inside QEMU VMs.
 .
 These include:
  * rocm-qemu-setup    Prepare the system for GPU pass-through
  * rocm-qemu-create   Build QEMU images with GPU pass-through support
  * rocm-qemu-run      Boot a VM with GPU pass-through
 .
 This package also includes autopkgtest-virt-qemu+rocm, a specialized
 autopkgtest backend for running autopkgtests in a QEMU VM with GPU
 pass-through.
 .
 Currently, this only works with amd64 guests on amd64 hosts.

Package: rocm-podman-support
Architecture: all
Depends: aardvark-dns,
         autopkgtest,
         buildah,
         catatonit,
         fuse-overlayfs,
         netavark,
         podman,
         slirp4netns,
         uidmap,
         ${python3:Depends},
         ${misc:Depends},
Recommends: apt-cacher-ng | apt-cacher | approx
Description: Utilities for working with ROCm inside podman containers
 This package contains various utilities that facilitate working with
 ROCm packages inside podman containers, with a focus on rootless podman
 containers.
 .
 These include:
  * rocm-podman-setup    Prepare the system for GPU-in-container use
  * rocm-podman-create   Build podman images with GPU support
  * rocm-podman-run      Run a command in a container with GPU support
 .
 This package also includes autopkgtest-virt-qemu+podman, a specialized
 autopkgtest backend for running tests in a rootless podman container
 using the host GPU.
 .
 Currently, this only works with amd64 guests on amd64 hosts.