Enable HSA_OVERRIDE_GFX_VERSION=10.3.0 for RX 6700 XT
All checks were successful
Build ROCm Image / build (push) Successful in 18s

gfx1031 is not natively supported in ROCm 7.2. Without the override
the GPU falls back to software emulation causing 40+ second synthesis.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 13:07:46 -04:00
parent 2a80555c60
commit b990cacd31

View File

@@ -33,12 +33,9 @@ services:
# Persist MIOpen's kernel cache so it doesn't recompile on every start. # Persist MIOpen's kernel cache so it doesn't recompile on every start.
- MIOPEN_USER_DB_PATH=/app/miopen_cache - MIOPEN_USER_DB_PATH=/app/miopen_cache
- MIOPEN_CUSTOM_CACHE_DIR=/app/miopen_cache - MIOPEN_CUSTOM_CACHE_DIR=/app/miopen_cache
# HSA_OVERRIDE_GFX_VERSION is only needed for GPUs not officially supported # Required for RX 6700 XT (gfx1031) - not natively supported in ROCm 7.2.
# by the ROCm version in the base image. Common values: # Without this the GPU runs in software emulation and synthesis takes 40+ seconds.
# 10.3.0 = RX 5000/6000 series - HSA_OVERRIDE_GFX_VERSION=10.3.0
# 11.0.0 = RX 7000 series
# 9.0.6 = Vega
# - HSA_OVERRIDE_GFX_VERSION=10.3.0
# - HF_TOKEN=your_token_here # - HF_TOKEN=your_token_here
volumes: volumes: