You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(megatron-vs-mlx): record 1.8B MLX-CUDA gridDim.y overflow fix + OOM ceiling
The 1.8B local_gb10_quarter backward was blocked on gb10 by a CUDA gridDim.y>65535
overflow in MLX generic/quantized kernels (binary_g, copy_g*, fp_qmv, gemv_gather),
not the hypothesized qmm_sm90 shared-memory opt-in. Fixed in MLX 0f54b940d (y/z grid
fold + >48KB dynamic-smem opt-in). Backward now launches; full bs=4xseq=4096 step then
hits a separate genuine memory-capacity OOM (MLX eager-AD allocator high-water mark for
a 1.8B model exceeds the 118 GB box, even with grad checkpointing) - documented memory
limitation, not the kernel bug. No 1.8B steady-state tok/s measurable at this config.
0 commit comments