Enable HSA_OVERRIDE_GFX_VERSION=10.3.0 for RX 6700 XT
All checks were successful
Build ROCm Image / build (push) Successful in 18s
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:
@@ -33,12 +33,9 @@ services:
|
||||
# Persist MIOpen's kernel cache so it doesn't recompile on every start.
|
||||
- MIOPEN_USER_DB_PATH=/app/miopen_cache
|
||||
- MIOPEN_CUSTOM_CACHE_DIR=/app/miopen_cache
|
||||
# HSA_OVERRIDE_GFX_VERSION is only needed for GPUs not officially supported
|
||||
# by the ROCm version in the base image. Common values:
|
||||
# 10.3.0 = RX 5000/6000 series
|
||||
# 11.0.0 = RX 7000 series
|
||||
# 9.0.6 = Vega
|
||||
# - HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
# Required for RX 6700 XT (gfx1031) - not natively supported in ROCm 7.2.
|
||||
# Without this the GPU runs in software emulation and synthesis takes 40+ seconds.
|
||||
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
# - HF_TOKEN=your_token_here
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user