Files
foxhunt/crates/ml/src
jgrusewski 74f27d18f3 fix: revert workspace 16MB→32MB — H100 CUDA 13.0 CUBLAS_STATUS_NOT_SUPPORTED
The backward GEMM heuristic on H100 with CUDA 13.0 requires 32MB
workspace for TF32 algorithm selection. 16MB causes
CUBLAS_STATUS_NOT_SUPPORTED on dW_only (m=256,n=128,k=16384).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 10:19:35 +02:00
..