Files
ProxmoxVE/misc
CanbiZ (MickLesk) c2f73865d1 feat(hwaccel): add ROCm compute stack for AMD GPU/APU
Adds _setup_rocm() to tools.func, called from _setup_amd_gpu() and
_setup_amd_apu(). Installs the full ROCm stack from repo.radeon.com:
- GPG key + deb822 repo with pin-priority 600
- Full 'rocm' meta-package (fallback: rocm-opencl-runtime + rocm-smi-lib)
- /etc/profile.d/rocm.sh for PATH/LD_LIBRARY_PATH
- ldconfig for /opt/rocm/lib
- Supports Debian 12/13 and Ubuntu 22.04/24.04 (amd64 only)
- Graceful skip on unsupported OS/arch
2026-03-09 09:02:02 +01:00
..