🌐
Reddit
reddit.com › r/rocm › rocm support on radeon rx-580
r/ROCm on Reddit: ROCm Support on Radeon RX-580
September 28, 2024 -

Using Radeon RX-580 VCard on Windows 11 OS 64 Bit with Ubuntu 22.04.5 LTS - Kernel is 5.15.153 running in WSL2 container - I apologize for any stupid questions - But can i ge ROCm to work on my machine ? Ive heard that the latest ROCm might not work but maybe i need to install an older version? I want to start dabbling with AI, ML, LLM etc etc and cant justify buying a new VC just yet.

Please can you share exact steps to get it working so that i can use my GPU ? TY

🌐
GitHub
github.com › woodrex83 › ROCm-For-RX580
GitHub - woodrex83/ROCm-For-RX580: ROCm docker images with fixes/support for legecy architecture gfx803. eg.Radeon RX 590/RX 580/RX 570/RX 480 · GitHub
ROCm docker images with fixes/support for legecy architecture gfx803. eg.Radeon RX 590/RX 580/RX 570/RX 480 - woodrex83/ROCm-For-RX580
Starred by 99 users
Forked by 13 users
Languages   Dockerfile
🌐
Jingboyang
jingboyang.github.io › rocm_rx580_pytorch.html
ROCm for "Old" AMD GPU
If you follow the official AMD guide for ROCm installation, you will see issues installing PyTorch. Along the lines of "some binary cannot be found for current device", referring to the discountinued support. One such post is here. Here, gfx803 is RX580.
🌐
GitHub
github.com › Grench6 › RX580-rocM-tensorflow-ubuntu20.4-guide
GitHub - Grench6/RX580-rocM-tensorflow-ubuntu20.4-guide: Install guide of ROCm and Tensorflow on Ubuntu for the RX580 · GitHub
This guide will show you how to set up your fresh Ubuntu 20.4 LTS OS to be ready to run TensorFlow projects, using ROCm to take advantage of the power of your RX580 graphics card (or any gfx803) in a tested, easy and fast way. The majority of the content is a resume of the official guide by AMD and the unofficial guide by Mathieu Poliquin.
Starred by 128 users
Forked by 17 users
🌐
GitHub
github.com › ROCm › ROCm › issues › 4376
Add support AMD RX580 · Issue #4376 · ROCm/ROCm
February 14, 2025 - Hi, When will you add the long-awaited AMD RX580 GPU support? This is a very common GPU. A lot of people have bought it, are waiting and really hoping when you implement its support. To do this, one year ago they created a huge theme Look at what's going on in this topic, and how many unsuccessful efforts they're making to make it work with ROCm by various workarounds!
Author   ROCm
🌐
Reddit
reddit.com › r/rocm › rocm 5.7.1 on polaris cards like the rx 580 8gb
r/ROCm on Reddit: Rocm 5.7.1 on Polaris cards like the Rx 580 8gb
October 16, 2023 -

I want to switch to Rx 580 8gb over my Nvidia graphics card not because it's less powerful but for the linux support and VRAM , but when was in the search I found that the latest version of rocm supported on the 580 was the 4.0 version, don't get me wrong but the card is still holding up very well these days for the price but the AMD support is becoming blurry over time especially in linux. My question is : is there a way to get rocm 5.7 working on the Rx 580 even with some tweaks cuz it's open source, or should I use the opencl implementation in Mesa but it's operates on a driver level and rocm on a kernel one plus it has some optimizations and more flexible for gaming and ai tasks. Pls let me know your opinions and knowledge about this , because I'm very lost at the moment:(

🌐
Medium
amihart.medium.com › inference-with-an-rx580-13e9c1055472
Inference with an RX580. I would not recommend purchasing an… | by 艾米心amihart | Medium
January 31, 2025 - I tried to see if I could get the RX580 to run LLMs and Stable Diffusion simply out of morbid curiosity to see if it could work at all. Despite how ancient this card is, it is technically possible to use it for this purpose, and I will explain here how I managed to get it to work in Debian. Sadly, you cannot just install AMD’s ROCm drivers because AMD dropped support for them for this card.
🌐
Pixls.us
discuss.pixls.us › software › darktable
How to enable OpenCL/OpenCL ROCm for AMD RX 570/580 on Ubuntu 23.04 - darktable - discuss.pixls.us
May 25, 2023 - I am really struggling to install OpenCL I tried the latest MESA driver from sudo add-apt-repository ppa:kisak/kisak-mesa But this driver doesn’t have image support so DT is not able to use it. AMD provides drivers for Ubuntu LTS versions only like 20.04 and 22.04.
Find elsewhere
🌐
Hacker News
news.ycombinator.com › item
I tried ROCm. I bought a supported card (RX570/RX580 series). Within 12 months, ... | Hacker News
November 27, 2021 - AMD had no support. Card maker said this didn't fall under warranty. I got burned over and over · I bought NVidia. It just worked
🌐
Reddit
reddit.com › r/rocm › how to install rocm opencl on ubuntu 23.04 - rx-580?
r/ROCm on Reddit: How to install ROCm OpenCL on Ubuntu 23.04 - RX-580?
June 7, 2023 -

I am interested to only enable OpenCL so that Darktable app or any other app can use my RX-580. I tried ROCm different versions with

amdgpu-install --usecase=opencl opencl=rocr --no-dkms --no-32 --accept=eula

I am not using DKMS as my kernel is not supported. With the above code it will install without any errors rocminfo will recognize my intel HD graphics and also RX-580 with gfx803 chiset but clinfo will not show it. What should I do? I have read that I have to set some environment variables to enable it so please can someone help?

The driver version I tried was amdgpu-install_22.20.50201-1_all.deb and also amdgpu-install_22.20.50205-1_all.deb

🌐
YouTube
youtube.com › watch
Install ROCm 3.0 and tensorflow on Ubuntu - AMD RX 580 GPU - YouTube
Commands used in this video:https://www.videogames.ai/Install-ROCM-Machine-Learning-AMD-GPUReview of the RX 580:https://www.videogames.ai/2019/02/23/RX580-GP...
Published   February 8, 2020
🌐
Medium
snicholas.medium.com › running-tensorflow-2-4-on-amd-rx580-graphic-card-on-ubuntu-budgie-20-04-57dfdde64cc0
Running Tensorflow 2.4 on AMD RX580 graphic card on Ubuntu Budgie 20.04 | by Nicholas Spadaro | Medium
January 5, 2021 - Deep learning on GPUs is generally linked to NVidia graphics card. Anyway it is possible to use also AMD GPUs thanks to ROCm and the Tensorflow ROCm port. I’ve tested the solution on a RX580 8Gb (gfx903) on Ubuntu Budgie 20.04 and encountered some troubles.
🌐
SitePoint
sitepoint.com › blog › ai › building a poverty-spec ai cluster: repurposing rx 580s
Building a Poverty-Spec AI Cluster: Repurposing RX 580s for Local LLMs
February 21, 2026 - Buy four RX 580 8GB cards from eBay or mining farm liquidation sales ($40–$60 each). Assemble a single-node multi-GPU rig using a mining motherboard, PCIe risers, 32GB DDR4 RAM, and an 850W–1000W PSU. Install Ubuntu 22.04 LTS and configure BIOS settings (enable Above 4G Decoding, set PCIe to Gen2). Set up either ROCm/HIP (with HSA_OVERRIDE_GFX_VERSION=8.0.3) or the Mesa Vulkan driver for GPU compute.
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] Need help running Davinci Resolve on my RX580 gpu. / AUR Issues, Discussion & PKGBUILD Requests / Arch Linux Forums
Using locale en_US DaVinci Resolve checker 5.2.8 Installed DaVinci Resolve package: davinci-resolve 19.0-3 Chassis type: desktop Installed OpenCL drivers: opencl-rusticl-mesa 1:24.1.6-1 rocm-opencl-runtime 6.0.2-1 Presented GPUs: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (kernel driver in use: amdgpu) OpenGL vendor string: AMD OpenGL renderer string: AMD Radeon RX 580 Series (radeonsi, polaris10, LLVM 18.1.8, DRM 3.57, 6.10.6-arch1-1) clinfo detected platforms and devices: Warning: could not parse clinfo data!
🌐
Docker Hub
hub.docker.com › r › mnccouk › ollama-gpu-rx580
mnccouk/ollama-gpu-rx580 - Docker Image
Ollama build using rocm v5.7.1 for use with rx580 GPU on amd64 architecture