On 2025-05-12 13:06, LONGEAC Clement wrote: > We have several NVIDIA cards and one AMD
I wasn't paying attention: as there is only *one* AMD card, you can of course use the podman+rocm backend, as it will pick up all AMD cards. As there is only one, the "all" is not a problem here. So you can simply autopkgtest your package, with rocm-test-launcher enabled, with $ autopkgtest -B <pkg> -- podman+rocm <image> This requires package rocm-podman-support. That package also provides you with * rocm-podman-setup(1) to prepare your system for GPU-in-container use * rocm-podman-create(1) to create an image. Best, Christian