Merge main into dev and suppress MIOpen workspace warnings
All checks were successful
Build ROCm Image / build (push) Successful in 3m27s
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:
@@ -32,6 +32,8 @@ services:
|
|||||||
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||||
# Disable MIOpen's SQLite cache — avoids crashes writing benchmark results.
|
# Disable MIOpen's SQLite cache — avoids crashes writing benchmark results.
|
||||||
- MIOPEN_DISABLE_CACHE=1
|
- MIOPEN_DISABLE_CACHE=1
|
||||||
|
# Suppress MIOpen workspace=0 solver warnings (expected with ROCm/PyTorch, not actionable).
|
||||||
|
- MIOPEN_LOG_LEVEL=2
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
hf_cache:
|
hf_cache:
|
||||||
|
|||||||
Reference in New Issue
Block a user