Skip to content

Instantly share code, notes, and snippets.

View GroDoggo's full-sized avatar

Léo-Paul HUAR GroDoggo

  • Rennes, FRANCE
View GitHub Profile
@GroDoggo
GroDoggo / install.sh
Created May 30, 2025 15:19
Install ROCM in WSL 2.0 (Ubuntu-22.04) for AMD Radeon RX 7800 XT
# Ubuntu 22.04
# wsl --install Ubuntu-22.04
# rocm 6.3 is not compatible with 7800
# rocm 6.4 appears to be compatible with 7800
# official documentation (https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/wsl/install-radeon.html) use rocm 6.3, this note explains how to perform the same installation but with rocm 6.4 (or any other version) for 7800 compatibility
# basic ubuntu prep
sudo apt update
sudo apt upgrade