Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Debian support for AMD GPU applications

1,263 views
Skip to first unread message

jeremy ardley

unread,
Apr 25, 2023, 1:40:06 AM4/25/23
to
Is there any reliable source of information to install computational back-ends using AMD GPUs on Debian 11?

I have found some references to packages such as rocm-dev on repo.radeon.com but they are all ubuntu related and won't install in Debian 11.

In the end I want to run tensorflow, pytorch, opencv etc at full speed using a GPU.

Jeremy

Sarunas Burdulis

unread,
Apr 25, 2023, 2:02:05 PM4/25/23
to
I haven't tested on Debian 11, but on a fresh install of Debian 12
adding repositories as for Ubuntu as described here just works:

https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4.3/page/How_to_Install_ROCm.html

Then `apt install rocm-opencl-runtime` to use ROCm OpenCL with an
upstream kernel module (amdgpu.ko), i.e. no DKMS to recompile it from
AMD's sources.

--
Sarunas Burdulis
Dartmouth Mathematics
math.dartmouth.edu/~sarunas

· https://useplaintext.email ·

OpenPGP_signature

Pankaj Jangid

unread,
Apr 27, 2023, 1:50:06 AM4/27/23
to
jeremy ardley <jer...@ardley.org> writes:

> Is there any reliable source of information to install computational
> back-ends using AMD GPUs on Debian 11?

I followed the below repo and it worked perfectly on Debian 12
(Bookworm). No need to install anything else on your system (no need for
rocm-device-* etc. packages). You can cleanly uninstall also, if you
want.

https://gitlab.com/BCMM/amdgpu-opencl-on-debian
0 new messages