scott 2a80555c60
All checks were successful
Build ROCm Image / build (push) Successful in 35s
Disable MIOpen GEMM solver to fix null workspace fallback
PyTorch passes ptr=0 size=0 workspace to MIOpen convolutions, causing
GemmFwdRest to warn and fall back to a slow path on every operation.
MIOPEN_DEBUG_CONV_GEMM=0 skips GEMM entirely and uses Direct/Winograd
solvers which have no workspace requirement.

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