Replaced rocm-opencl-sdk with rocm-opencl-runtime.
In some cases icd loader is no longer required. In some cases lack of it causes WUs to fail, even though fah-client shows everything supported (v8.5.1 alpha, I'm looking at you

Moderators: Site Moderators, FAHC Science Team
Before entering this into your terminal, change the ROCm version to the one you want:curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key \
| sudo gpg --dearmor -o /etc/apt/keyrings/rocm.gpg
After this, run:echo 'Types: deb
URIs: https://repo.radeon.com/rocm/apt/7.0.1/
Suites: noble
Components: main
Signed-By: /etc/apt/keyrings/rocm.gpg' \
| sudo tee /etc/apt/sources.list.d/rocm.sources
In Ubuntu 25, you do not need Synaptic Package Manager as repositories can be managed directly via "Software & Updates" -> Other Software.sudo apt update && sudo apt upgrade
This can be slotted with quote formatting between:For Ubuntu 25.04 users, please follow this short guide on how to add a Radeon repo: viewtopic.php?p=371796#p371796
Thanks to AHelpingHand