Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Rocm 6.2.4 #963

Open
johnnynunez opened this issue Nov 10, 2024 · 0 comments
Open

[BUG] Rocm 6.2.4 #963

johnnynunez opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@johnnynunez
Copy link

johnnynunez commented Nov 10, 2024

sudo apt-get remove --purge '^rocm-.*'
sudo apt remove rocm-*
sudo apt purge '*rocm*'
sudo apt update
sudo apt install "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)"

wget https://repo.radeon.com/amdgpu-install/6.2.4/ubuntu/noble/amdgpu-install_6.2.60204-1_all.deb
sudo apt install ./amdgpu-install_6.2.60204-1_all.deb
sudo amdgpu-install -y --usecase=graphics,rocm

sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups

btop: 1.3.0
Rocm 6.2.4
ubuntu 24.04.1
gpu: w7900 dual slot

It crash when you install rocm

@johnnynunez johnnynunez added the bug Something isn't working label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants