From d517f730c23f11680d4684ef62fd4102d10f1465 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 6 Apr 2026 17:41:54 -0400 Subject: [PATCH] Merge main into dev and suppress MIOpen workspace warnings - 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 --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f47f374..0195a53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: