Merge main into dev and suppress MIOpen workspace warnings
All checks were successful
Build ROCm Image / build (push) Successful in 3m27s

- Merge: voice conditionals cache and warmup pre-computation from main
- Add MIOPEN_LOG_LEVEL=2 to suppress GemmFwdRest workspace=0 warnings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 17:41:54 -04:00
parent 69f5489532
commit d517f730c2

View File

@@ -32,6 +32,8 @@ services:
- HSA_OVERRIDE_GFX_VERSION=10.3.0
# Disable MIOpen's SQLite cache — avoids crashes writing benchmark results.
- MIOPEN_DISABLE_CACHE=1
# Suppress MIOpen workspace=0 solver warnings (expected with ROCm/PyTorch, not actionable).
- MIOPEN_LOG_LEVEL=2
volumes:
hf_cache: