Suggestion Description
Steps to Reproduce:
- Open Windows Command Prompt in administrator mode, install WSL with following command:
$ wsl --update
$ wsl --install -d Ubuntu-24.04
- Install latest TheRock package:
https://github.com/ROCm/TheRock/blob/main/RELEASES.md
- Install librocdxg 1.1.0 deb and set env var
$ wget https://github.com/ROCm/librocdxg/releases/download/v1.1.0/rocdxg-roct_1.1.0_amd64.deb
$ sudo dpkg -i rocdxg-roct_1.1.0_amd64.deb
$ export HSA_ENABLE_DXG_DETECTION=1
- Run:
$ amd-smi list
Description:
AMD SMI support has not been implemented in ROCDXG. This is a feature request to add AMD SMI capability for WSL so that AMD GPU information can be queried under WSL.
Expected
amd-smi initializes successfully on WSL and returns valid AMD GPU device information.
Actual
ERROR:root:Unable to get devices, driver not initialized (amdgpu not found in modules)
ERROR:root:Unable to detect any GPU devices, check amdgpu version and module status (sudo modprobe amdgpu)
ERROR:root:Unable to detect any CPU devices, check amd_hsmp (or) hsmp_acpi version and module status (sudo modprobe amd_hsmp (or) sudo modprobe hsmp_acpi)
Suggestion Description
Steps to Reproduce:
$ wsl --update
$ wsl --install -d Ubuntu-24.04
https://github.com/ROCm/TheRock/blob/main/RELEASES.md
$ wget https://github.com/ROCm/librocdxg/releases/download/v1.1.0/rocdxg-roct_1.1.0_amd64.deb
$ sudo dpkg -i rocdxg-roct_1.1.0_amd64.deb
$ export HSA_ENABLE_DXG_DETECTION=1
$ amd-smi list
Description:
AMD SMI support has not been implemented in ROCDXG. This is a feature request to add AMD SMI capability for WSL so that AMD GPU information can be queried under WSL.
Expected
amd-smi initializes successfully on WSL and returns valid AMD GPU device information.
Actual
ERROR:root:Unable to get devices, driver not initialized (amdgpu not found in modules)
ERROR:root:Unable to detect any GPU devices, check amdgpu version and module status (sudo modprobe amdgpu)
ERROR:root:Unable to detect any CPU devices, check amd_hsmp (or) hsmp_acpi version and module status (sudo modprobe amd_hsmp (or) sudo modprobe hsmp_acpi)