⟩
⟩
Install ROCm on Windows with WSL – Full Guide in 6 Minutes
Published on:
Views: 0
Likes: 0
Tags:
AI
ROCM
Windows Subsystem for Linux
Ubuntu 24.04
AMD Links How to install ROCm on WSL: https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/docs/install/installrad/wsl/howto_wsl.html WSL Support matrices: https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/docs/compatibility/compatibilityrad/wsl/wsl_compatibility.html Install AMD GPU Install script: sudo apt update wget https://repo.radeon.com/amdgpu-install/6.4.2.1/ubuntu/noble/amdgpu-install_6.4.60402-1_all.deb sudo apt install ./amdgpu-install_6.4.60402-1_all.deb Run the installer: amdgpu-install -y --usecase=wsl,rocm --no-dkms Check that rocm is running and check to make sure it sees your graphics card: rocminfo Uninstall ROCm completely: sudo amdgpu-uninstall