diff --git a/docker-compose.yml b/docker-compose.yml index 50b7492..a21d3e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,9 @@ services: # Disable MLIR-based ImplicitGEMM solvers. These compile MLIR kernels on the # fly and hit 'too many open files' during the exhaustive benchmark search. - MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0 + # Suppress MIOpen workspace=0 fallback warnings (errors still shown). + # Levels: 0=quiet 1=fatal 2=error 3=warning(default) 4=info 5=debug + - MIOPEN_LOG_LEVEL=2 # - HF_TOKEN=your_token_here volumes: