scott cd33b1c161
All checks were successful
Build ROCm Image / build (push) Successful in 18s
Fix MIOpen MLIR kernel compilation crash during benchmark search
Two changes:
- ulimits nofile=65536: MIOpen exhaustive search compiles many MLIR
  kernels in parallel, each opening temp files in /tmp. Default container
  limit (1024) is too low and ld.lld fails with 'too many open files'.
- MIOPEN_DEBUG_CONV_IMPLICIT_GEMM=0: disables the MLIR-based ImplicitGEMM
  solvers that generate the failing kernels, leaving Direct/Winograd/GEMM.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 14:21:32 -04:00
Description
No description provided
213 KiB
Languages
Python 100%