This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |