"/dev/kfd": no such file or directory
Describe the bug Error response from daemon: error gathering device information while adding custom device "/dev/kfd": no such file or directory
To Reproduce Steps to reproduce the behavior: 5. Run command docker-compose up
** Container Output ** N/A
Desktop (please complete the following information):
- System RAM & SWAP: 32
- AMD GPU & VRAM: 24
- OS + Distro and Version: Windows 11
- Host ROCm Version: 5.5.1
The /dev/kfd device file is created when ROCm is installed and the module is loaded correctly on the docker host. If the device is not showing up, you probably need to look at your host's ROCm install.
@hydrian I have installed ROCm 5.5 from the official source: https://www.amd.com/en/developer/rocm-hub/hip-sdk.html
This means everything is okay with my installation, but not with code of this repo.