You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(rocm): Document HSA_OVERRIDE_GFX_VERSION workaround for integrated GPUs
- Update supported GPU section to clarify integrated GPUs CAN work with override
- Add comprehensive HSA_OVERRIDE_GFX_VERSION workaround section
- Include override values table for common integrated GPUs (Phoenix1, Renoir, Cezanne)
- Update example pipeline to show PyTorch with HSA override
- Clarify limitations: suboptimal performance, good for dev/test only
- Update troubleshooting to reference workaround instead of "not supported"
- Add Docker test command for pre-deployment validation
This corrects previous documentation that stated integrated GPUs were
completely unsupported. Testing confirms gfx1103 (Phoenix1/780M) works
with HSA_OVERRIDE_GFX_VERSION=11.0.0 for PyTorch ROCm compute.
-`rocm/dev-ubuntu-24.04:latest` - ROCm development base (~1.1GB)
741
750
-`rocm/tensorflow:latest` - TensorFlow with ROCm
742
-
-`rocm/pytorch:latest` - PyTorch with ROCm
751
+
-`rocm/pytorch:latest` - PyTorch with ROCm (~6GB, includes PyTorch 2.5.1+rocm6.2)
743
752
-`rocm/rocm-terminal:latest` - ROCm with utilities
744
753
754
+
### HSA_OVERRIDE_GFX_VERSION Workaround for Integrated GPUs
755
+
756
+
Integrated AMD GPUs (APUs) like Phoenix1 (gfx1103), Renoir, and Cezanne are not officially supported by ROCm, but can work with the `HSA_OVERRIDE_GFX_VERSION` environment variable.
0 commit comments