-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced Hardware
vonhex edited this page Apr 24, 2026
·
1 revision
... (keeping existing content)
If you are running on an AMD APU (like Strix Halo) or a dedicated Radeon GPU, you can still achieve acceleration.
-
Device Passthrough: You must pass the render device to the container.
- Docker flag:
--device /dev/dri:/dev/dri
- Docker flag:
-
Software Backend: You must use a version of PyTorch compiled for ROCm. The standard Eyeris Docker image is currently optimized for CUDA, but can be manually adapted for ROCm by changing the
torchinstallation in therequirements.txt.
For powerful iGPUs, ensure your host has the latest kernel (6.10+) to properly support the hardware. In many cases, these APUs are so fast that CPU-only mode is still significantly faster than older dedicated GPUs.